mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
824d2d8c53
commit
f9a0d4acea
@ -619,7 +619,8 @@ class Actor(PandaObject, NodePath):
|
|||||||
root=None, lodName=None):
|
root=None, lodName=None):
|
||||||
"""drawInFront(self, string, int, string=None, key=None)
|
"""drawInFront(self, string, int, string=None, key=None)
|
||||||
|
|
||||||
Arrange geometry so the frontPart is drawn in front of backPart.
|
Arrange geometry so the frontPart(s) are drawn in front of
|
||||||
|
backPart.
|
||||||
|
|
||||||
If mode == 0, the geometry is simply arranged to be drawn in
|
If mode == 0, the geometry is simply arranged to be drawn in
|
||||||
the correct order.
|
the correct order.
|
||||||
|
@ -26,9 +26,12 @@ class Mopath(PandaObject):
|
|||||||
self.maxT = self.tNurbsCurve.getMaxT()
|
self.maxT = self.tNurbsCurve.getMaxT()
|
||||||
else:
|
else:
|
||||||
print 'Mopath: no valid curves in file: %s' % filename
|
print 'Mopath: no valid curves in file: %s' % filename
|
||||||
|
|
||||||
|
nodePath.removeNode()
|
||||||
else:
|
else:
|
||||||
print 'Mopath: no data in file: %s' % filename
|
print 'Mopath: no data in file: %s' % filename
|
||||||
|
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
self.maxT = 0.0
|
self.maxT = 0.0
|
||||||
self.loop = 0
|
self.loop = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user