提交 e8990443 编写于 作者: M Mugen87

Examples: Clean up geometries

上级 b4085b7a
......@@ -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 @@
THREE.BufferGeometry.call( this );
this.type = 'DecalGeometry';
// buffers
var vertices = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册