Pārlūkot izejas kodu

ColladaLoader2: Clean up

Mugen87 8 gadi atpakaļ
vecāks
revīzija
6d40342b24
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 ++ ) {