浏览代码

formatting

Lewy Blue 7 年之前
父节点
当前提交
e64a92f7f2
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      examples/js/loaders/FBXLoader.js

+ 0 - 5
examples/js/loaders/FBXLoader.js

@@ -2495,7 +2495,6 @@
 			if ( nodeID.match( /\d+/ ) ) {
 
 				var animationNode = parseAnimationNode( FBXTree, rawNodes[ nodeID ], connections, sceneGraph );
-
 				animationCurveNodes.push( animationNode );
 
 			}
@@ -3668,7 +3667,6 @@
 
 						if ( node.name === bone.name ) {
 
-							// if( node.name === 'RightArmRoll' ) console.log( generateKey( animations, animationNode, bone, frame ) )
 							node.keys.push( generateKey( animations, animationNode, bone, frame ) );
 
 						}
@@ -3737,9 +3735,6 @@
 				quaternion.setFromEuler( euler );
 				key.rot = quaternion.toArray();
 
-
-
-
 			}
 
 			if ( hasCurve( animationNode, 'S' ) && hasKeyOnFrame( animationNode.S, frame ) ) {