|
|
@@ -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):
|