mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
updated min max ranges
This commit is contained in:
parent
43a83a5e96
commit
905c3d7886
@ -38,8 +38,8 @@ class DirectRadamec(PandaObject):
|
||||
# Note: These values change quite often, i.e. everytime
|
||||
# you unplug the radamec cords, or jostle them too
|
||||
# much. For best results, re-record these values often.
|
||||
self.minRange = [-180.0, -90, 515210.0, 506887.0]
|
||||
self.maxRange = [180.0, 90, 539820.0, 546075.0]
|
||||
self.minRange = [-180.0, -90, 524285.0, 504790.0]
|
||||
self.maxRange = [180.0, 90, 548897.0, 534569.0]
|
||||
#self.minRange = [-180.0, -90, 516880.0, 516873.0]
|
||||
#self.maxRange = [180.0, 90, 541491.0, 556087.0]
|
||||
# Pick initial mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user