Browse Source

Added horizontal rotation to objreader.

Taddeus Kroes 13 năm trước cách đây
mục cha
commit
37983d6def
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/objreader.py

+ 3 - 1
src/objreader.py

@@ -40,8 +40,10 @@ def main():
             # Rotate
             cam.Roll(.01)
 
+            # Horizontal drag
+            cam.Azimuth(.01)
+
             #cam.Elevation(.01)
-            #cam.Azimuth(.01)
     except KeyboardInterrupt:
         return