mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -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
|
||||
|
||||
def __repr__(self):
|
||||
str = self.name + ': '
|
||||
for val in self:
|
||||
str = str + '%.3f' % val + ' '
|
||||
return str
|
||||
return self.name
|
||||
|
||||
class DirectDials(DialNode, DirectObject):
|
||||
dialCount = 0
|
||||
|
@ -1,6 +1,7 @@
|
||||
""" Class used to create and control joybox device """
|
||||
from PandaObject import *
|
||||
from DirectDeviceManager import *
|
||||
from DirectGeometry import *
|
||||
import OnscreenText
|
||||
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user