Takahiro 8 سال پیش
والد
کامیت
4bb17ded64
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/js/loaders/GLTF2Loader.js

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

@@ -2141,7 +2141,7 @@ THREE.GLTF2Loader = ( function () {
 									//     + weight1 * morphTarget1
 									//     ...
 									// then adding position to morphTarget.
-									// motphTarget should depend on mesh, so cloning attribute.
+									// morphTarget should depend on mesh, so cloning attribute.
 
 									var attribute = dependencies.accessors[ target.POSITION ].clone();
 									var position = geometry.attributes.position;