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…
Reference in New Issue