提交 57dc1994 编写于 作者: J James Baicoianu

IndexedGeometry inherits from BufferGeometry

上级 85c25948
......@@ -13,4 +13,4 @@ THREE.IndexedGeometry2 = function ( indices, vertices, normals, uvs ) {
};
THREE.IndexedGeometry2.prototype = Object.create( THREE.Geometry99.prototype );
THREE.IndexedGeometry2.prototype = Object.create( THREE.BufferGeometry.prototype );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册