mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
added base.getAxes()
This commit is contained in:
parent
067ca6c109
commit
b03ce0ca94
@ -2534,6 +2534,9 @@ class ShowBase(DirectObject.DirectObject):
|
||||
def getRepository(self):
|
||||
return None
|
||||
|
||||
def getAxes(self):
|
||||
return loader.loadModel("models/misc/xyzAxis.bam")
|
||||
|
||||
def __doStartDirect(self):
|
||||
if self.__directStarted:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user