Explorar o código

IndexedGeometry inherits from BufferGeometry

James Baicoianu %!s(int64=12) %!d(string=hai) anos
pai
achega
57dc1994c4
Modificáronse 1 ficheiros con 1 adicións e 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 );