mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
*** empty log message ***
This commit is contained in:
parent
fcbc41f830
commit
43f7e521ec
@ -15,6 +15,7 @@ import sys
|
|||||||
import LinearEulerIntegrator
|
import LinearEulerIntegrator
|
||||||
import AngularEulerIntegrator
|
import AngularEulerIntegrator
|
||||||
import ClockObject
|
import ClockObject
|
||||||
|
import Transitions
|
||||||
|
|
||||||
globalClock = ClockObject.ClockObject.getGlobalClock()
|
globalClock = ClockObject.ClockObject.getGlobalClock()
|
||||||
|
|
||||||
@ -127,6 +128,9 @@ class ShowBase:
|
|||||||
self.createRootPanel()
|
self.createRootPanel()
|
||||||
self.createStats()
|
self.createStats()
|
||||||
|
|
||||||
|
# Transition effects (fade, iris, etc)
|
||||||
|
self.transitions = Transitions.Transitions(self.loader)
|
||||||
|
|
||||||
self.restart()
|
self.restart()
|
||||||
|
|
||||||
def addAngularIntegrator(self):
|
def addAngularIntegrator(self):
|
||||||
|
@ -14,3 +14,6 @@ __builtin__.loader = base.loader
|
|||||||
__builtin__.ostream = Notify.out()
|
__builtin__.ostream = Notify.out()
|
||||||
__builtin__.run = base.run
|
__builtin__.run = base.run
|
||||||
__builtin__.tkroot = base.tkroot
|
__builtin__.tkroot = base.tkroot
|
||||||
|
__builtin__.taskMgr = base.taskMgr
|
||||||
|
__builtin__.eventMgr = base.eventMgr
|
||||||
|
__builtin__.messenger = base.messenger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user