Kaynağa Gözat

fix FarAttenuationEnd parsing

Lewy Blue 7 yıl önce
ebeveyn
işleme
b7c6e64649
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

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