Explorar el Código

ColladaLoader2: Clean up

Mugen87 hace 8 años
padre
commit
6d40342b24
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 ++ ) {