Browse Source

fixed comment indentation

Lewy Blue 7 years ago
parent
commit
8f70a31e0e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      examples/js/loaders/FBXLoader.js

+ 4 - 4
examples/js/loaders/FBXLoader.js

@@ -1651,10 +1651,10 @@
 
 
 		addAnimations( sceneGraph, animations );
 		addAnimations( sceneGraph, animations );
 
 
-    /*
-      parse ambient color - if it's not set to black (default), create an ambient light
-      Note: no way to set intensity, FBX only provides a color
-    */
+		/*
+			parse ambient color - if it's not set to black (default), create an ambient light
+			Note: no way to set intensity, FBX only provides a color
+		*/
 		var ambientColor = FBXTree.GlobalSettings.properties.AmbientColor.value;
 		var ambientColor = FBXTree.GlobalSettings.properties.AmbientColor.value;
 		var r = ambientColor[ 0 ];
 		var r = ambientColor[ 0 ];
 		var g = ambientColor[ 1 ];
 		var g = ambientColor[ 1 ];