mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
a2728d2ba5
commit
5e07699368
@ -14,6 +14,9 @@ class Mopath(PandaObject):
|
||||
self.name = name
|
||||
self.reset()
|
||||
|
||||
def getMaxT(self):
|
||||
return self.maxT
|
||||
|
||||
def loadFile(self, filename):
|
||||
nodePath = loader.loadModel(filename)
|
||||
if nodePath:
|
||||
|
Loading…
x
Reference in New Issue
Block a user