Skip to content

Commit

Permalink
TAN_FOV to prevent artifect in #11
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Aug 15, 2020
1 parent 9c7925b commit 3d5274d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/ms_cloth.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def substep():
scene.add_model(model)
camera = t3.Camera(fov=24, pos=[0, 0, -1.5], target=[0, 0.25, 0])
scene.add_camera(camera)
camera.type = camera.TAN_FOV
light = t3.Light([0.4, -1.5, 1.8])
scene.add_light(light)

Expand Down
1 change: 0 additions & 1 deletion examples/transform_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
scene.add_model(torus)

camera = t3.Camera()
camera.type = camera.ORTHO
scene.add_camera(camera)

light = t3.Light([0.4, -1.5, 1.8])
Expand Down

0 comments on commit 3d5274d

Please sign in to comment.