Skip to content
Snippets Groups Projects
Commit 37983d6d authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added horizontal rotation to objreader.

parent 1e58911b
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,10 @@ def main():
# Rotate
cam.Roll(.01)
# Horizontal drag
cam.Azimuth(.01)
#cam.Elevation(.01)
#cam.Azimuth(.01)
except KeyboardInterrupt:
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment