@@ -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 = [];
@@ -22,8 +22,6 @@
- this.type = 'DecalGeometry';