2
0
Эх сурвалжийг харах

Merge pull request #11681 from Mugen87/collada3

ColladaLoader2: Remove debug message
Mr.doob 8 жил өмнө
parent
commit
b0bc6894dd

+ 0 - 1
examples/js/loaders/ColladaLoader2.js

@@ -2901,7 +2901,6 @@ THREE.ColladaLoader.prototype = {
 						// ensure a correct animation of the model.
 
 						 boneInverse = new THREE.Matrix4();
-						 console.warn( 'THREE.ColladaLoader: Missing data for bone: %s.', object.name );
 
 					}