mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
*** empty log message ***
This commit is contained in:
parent
fcbc41f830
commit
43f7e521ec
@ -15,6 +15,7 @@ import sys
|
||||
import LinearEulerIntegrator
|
||||
import AngularEulerIntegrator
|
||||
import ClockObject
|
||||
import Transitions
|
||||
|
||||
globalClock = ClockObject.ClockObject.getGlobalClock()
|
||||
|
||||
@ -127,6 +128,9 @@ class ShowBase:
|
||||
self.createRootPanel()
|
||||
self.createStats()
|
||||
|
||||
# Transition effects (fade, iris, etc)
|
||||
self.transitions = Transitions.Transitions(self.loader)
|
||||
|
||||
self.restart()
|
||||
|
||||
def addAngularIntegrator(self):
|
||||
|
@ -14,3 +14,6 @@ __builtin__.loader = base.loader
|
||||
__builtin__.ostream = Notify.out()
|
||||
__builtin__.run = base.run
|
||||
__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