Browse Source

fix FarAttenuationEnd parsing

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

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

@@ -1741,7 +1741,7 @@
 
 
 				} else {
 				} else {
 
 
-					distance = lightAttribute.FarAttenuationEnd.value / 1000;
+					distance = lightAttribute.FarAttenuationEnd.value;
 
 
 				}
 				}