Mugen87 8 лет назад
Родитель
Сommit
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 ++ ) {
 			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 ++ ) {
 			for ( var i = 0; i < missingBoneData.length; i ++ ) {