|
@@ -10,8 +10,6 @@
|
|
|
|
|
|
THREE.Geometry.call( this );
|
|
|
|
|
|
- this.type = 'ConvexGeometry';
|
|
|
-
|
|
|
this.fromBufferGeometry( new ConvexBufferGeometry( points ) );
|
|
|
this.mergeVertices();
|
|
|
|
|
@@ -26,8 +24,6 @@
|
|
|
|
|
|
THREE.BufferGeometry.call( this );
|
|
|
|
|
|
- this.type = 'ConvexBufferGeometry';
|
|
|
-
|
|
|
// buffers
|
|
|
|
|
|
var vertices = [];
|