Ver Fonte

removed manual overwrites for perspective camera

Zelimir Fedoran há 13 anos atrás
pai
commit
cd24e9b7cd
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      utils/converters/fbx/convert_to_threejs.py

+ 1 - 3
utils/converters/fbx/convert_to_threejs.py

@@ -1086,9 +1086,7 @@ def generate_camera_string(node, padding):
     if projection == "perspective":
 
         aspect = camera.PixelAspectRatio.Get()
-        fov = camera.FieldOfView.Get()
-        fov = 75
-        far = 1000
+        fov = camera.FieldOfViewY.Get()
 
         output = [