Parcourir la source

improve comment

Lewy Blue il y a 7 ans
Parent
commit
5d5c033d4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -1325,7 +1325,7 @@
 			var morphZ = morphPositions[ i * 3 + 2 ];
 
 			// since this is a blendshape rather than a morph target, the effect is
-			// gained by additively combining the positions with the original shape's positions
+			// gained by additively combining the morhp positions with the original shape's positions
 			vertexPositions[ morphIndex * 3 ] += morphX;
 			vertexPositions[ morphIndex * 3 + 1 ] += morphY;
 			vertexPositions[ morphIndex * 3 + 2 ] += morphZ;