Commit 37983d6d authored by Taddeus Kroes's avatar Taddeus Kroes

Added horizontal rotation to objreader.

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