Explorar el Código

IndexedGeometry inherits from BufferGeometry

James Baicoianu hace 12 años
padre
commit
57dc1994c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/IndexedGeometry2.js

+ 1 - 1
src/core/IndexedGeometry2.js

@@ -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 );