Browse Source

*** empty log message ***

Jesse Schell 24 years ago
parent
commit
0c672b631c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/showbase/Transitions.py

+ 2 - 2
direct/src/showbase/Transitions.py

@@ -137,7 +137,7 @@ class Transitions:
             self.iris.reparentTo(hidden)
         else:
             self.iris.reparentTo(aspect2d)
-            self.iris.setScale(0.0015)
+            self.iris.setScale(0.015)
             # Create a sequence that scales the iris up,
             # then parents the fade to hidden
             task = Task.sequence(
@@ -181,7 +181,7 @@ class Transitions:
             # Create a sequence that scales the iris up,
             # then parents the fade to hidden
             task = Task.sequence(
-                self.iris.lerpScale(0.0015, 0.0015, 0.0015,
+                self.iris.lerpScale(0.015, 0.015, 0.015,
                                     t, blendType="noBlend"),
                 Task.Task(self.irisOutLerpDone))
             # Spawn the sequence