Browse Source

removed manual overwrites for perspective camera

Zelimir Fedoran 12 years ago
parent
commit
cd24e9b7cd
1 changed files with 1 additions and 3 deletions
  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":
     if projection == "perspective":
 
 
         aspect = camera.PixelAspectRatio.Get()
         aspect = camera.PixelAspectRatio.Get()
-        fov = camera.FieldOfView.Get()
-        fov = 75
-        far = 1000
+        fov = camera.FieldOfViewY.Get()
 
 
         output = [
         output = [