mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 21:32:58 -04:00
*** empty log message ***
This commit is contained in:
parent
cb32c87188
commit
06ad050e8e
@ -167,10 +167,7 @@ class DirectTracker(TrackerNode, DirectObject):
|
|||||||
return self.nodePath
|
return self.nodePath
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
str = self.name + ': '
|
return self.name
|
||||||
for val in self:
|
|
||||||
str = str + '%.3f' % val + ' '
|
|
||||||
return str
|
|
||||||
|
|
||||||
class DirectDials(DialNode, DirectObject):
|
class DirectDials(DialNode, DirectObject):
|
||||||
dialCount = 0
|
dialCount = 0
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
""" Class used to create and control joybox device """
|
""" Class used to create and control joybox device """
|
||||||
from PandaObject import *
|
from PandaObject import *
|
||||||
from DirectDeviceManager import *
|
from DirectDeviceManager import *
|
||||||
|
from DirectGeometry import *
|
||||||
import OnscreenText
|
import OnscreenText
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user