Skip to content

Commit

Permalink
Update cube_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Aug 4, 2019
1 parent 35adcb7 commit 8eacd73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cube_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, **kwargs):
# self.scene = resources.scenes.load(SceneDescription(path='Buggy/glTF-Binary/Buggy.glb'))
# self.scene = resources.scenes.load(SceneDescription(path='VC/glTF-Binary/VC.glb'))
# self.scene = resources.scenes.load(SceneDescription(path='DamagedHelmet/glTF-Binary/DamagedHelmet.glb'))
# self.scene = resources.scenes.load(SceneDescription(path='BoxInterleaved/glTF/BoxInterleaved.gltf'))

self.camera = KeyboardCamera(self.wnd.keys, fov=75.0, aspect=self.wnd.aspect_ratio, near=0.1, far=1000.0)
# Use this for gltf scenes for better camera controls
Expand Down

0 comments on commit 8eacd73

Please sign in to comment.