提交 94d8f1ad 编写于 作者: B Ben Houston

remove some left over console.log statements.

上级 036147e2
......@@ -125,7 +125,6 @@
loader.load( "models/json/scene-animation.json", function ( loadedScene ) {
sceneAnimationClip = loadedScene.animations[0];
console.log('sceneAnimationClip', sceneAnimationClip);
scene = loadedScene;
scene.add( camera );
scene.fog = new THREE.Fog( 0xffffff, 2000, 10000 );
......
......@@ -61,9 +61,8 @@ THREE.ObjectLoader.prototype = {
var object = this.parseObject( json.object, geometries, materials );
if( json.animations ) {
console.log( json.animations );
object.animations = this.parseAnimations( json.animations );
console.log( object.animations );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册