浏览代码

improve comment

Lewy Blue 7 年之前
父节点
当前提交
5d5c033d4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;