瀏覽代碼

removed comments

Lewy Blue 7 年之前
父節點
當前提交
64e0262377
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      examples/js/loaders/FBXLoader.js

+ 1 - 2
examples/js/loaders/FBXLoader.js

@@ -97,7 +97,7 @@
 
 
 			}
 			}
 
 
-			console.log( FBXTree );
+			// console.log( FBXTree );
 
 
 			var connections = parseConnections( FBXTree );
 			var connections = parseConnections( FBXTree );
 			var images = parseImages( FBXTree );
 			var images = parseImages( FBXTree );
@@ -424,7 +424,6 @@
 	// Also parse the texture map and return any textures associated with the material
 	// Also parse the texture map and return any textures associated with the material
 	function parseParameters( FBXTree, properties, textureMap, ID, connections ) {
 	function parseParameters( FBXTree, properties, textureMap, ID, connections ) {
 
 
-		console.log( properties)
 		var parameters = {};
 		var parameters = {};
 
 
 		if ( properties.BumpFactor ) {
 		if ( properties.BumpFactor ) {