mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
59f0a51f6c
commit
46a06c40f0
@ -7,10 +7,10 @@ ANALOG_MIN = -0.95
|
|||||||
ANALOG_MAX = 0.95
|
ANALOG_MAX = 0.95
|
||||||
ANALOG_DEADBAND = 0.125
|
ANALOG_DEADBAND = 0.125
|
||||||
|
|
||||||
#try:
|
try:
|
||||||
# myBase = base
|
myBase = base
|
||||||
#except:
|
except:
|
||||||
# myBase = simbase
|
myBase = simbase
|
||||||
|
|
||||||
class DirectDeviceManager(VrpnClient, DirectObject):
|
class DirectDeviceManager(VrpnClient, DirectObject):
|
||||||
def __init__(self, server = None):
|
def __init__(self, server = None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user