소스 검색

ColladaLoader2: Clean up

Mugen87 8 년 전
부모
커밋
6d40342b24
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      examples/js/loaders/ColladaLoader2.js

+ 2 - 2
examples/js/loaders/ColladaLoader2.js

@@ -2285,7 +2285,7 @@ THREE.ColladaLoader.prototype = {
 
 			} );
 
-			// sort bone data (the joint order is defined in the corresponding controller)
+			// sort bone data (the order is defined in the corresponding controller)
 
 			for ( var i = 0; i < joints.length; i ++ ) {
 
@@ -2303,7 +2303,7 @@ THREE.ColladaLoader.prototype = {
 
 			}
 
-			// add missing data at the end of the list
+			// add missing bone data at the end of the list
 
 			for ( var i = 0; i < missingBoneData.length; i ++ ) {