Просмотр исходного кода

IndexedGeometry inherits from BufferGeometry

James Baicoianu 12 лет назад
Родитель
Сommit
57dc1994c4
1 измененных файлов с 1 добавлено и 1 удалено
  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 );

粤ICP备19079148号