mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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):
|
def getRepository(self):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
def getAxes(self):
|
||||||
|
return loader.loadModel("models/misc/xyzAxis.bam")
|
||||||
|
|
||||||
def __doStartDirect(self):
|
def __doStartDirect(self):
|
||||||
if self.__directStarted:
|
if self.__directStarted:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user