提交 fc884b65 编写于 作者: G gero3

Update ShapeGeometry.js

上级 067db40b
......@@ -20,8 +20,6 @@ THREE.ShapeGeometry = function ( shapes, options ) {
if ( shapes instanceof Array === false ) shapes = [ shapes ];
this.shapebb = shapes[ shapes.length - 1 ].getBoundingBox();
this.addShapeList( shapes, options );
this.computeFaceNormals();
......@@ -56,8 +54,6 @@ THREE.ShapeGeometry.prototype.addShape = function ( shape, options ) {
var material = options.material;
var uvgen = options.UVGenerator === undefined ? THREE.ExtrudeGeometry.WorldUVGenerator : options.UVGenerator;
var shapebb = this.shapebb;
//
var i, l, hole, s;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册