WestLangley hace 9 años
padre
commit
63eeb185de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_morphtargets.html

+ 1 - 1
examples/webgl_morphtargets.html

@@ -110,7 +110,7 @@
 
 				// construct 8 blend shapes
 
-				for ( var i = 0; i < geometry.vertices.length; i ++ ) {
+				for ( var i = 0; i < 8; i ++ ) {
 
 					var vertices = [];
 

粤ICP备19079148号