Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1993 - trunk/Engine/Control


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1993 - trunk/Engine/Control
  • Date: Sat, 12 Jan 2008 22:28:40 -0700 (MST)

Author: thiago
Date: Sat Jan 12 22:28:39 2008
New Revision: 1993

Modified:
   trunk/Engine/Control/RTRT.cc
Log:
time_is_stopped should be initialized to false.

Modified: trunk/Engine/Control/RTRT.cc
==============================================================================
--- trunk/Engine/Control/RTRT.cc        (original)
+++ trunk/Engine/Control/RTRT.cc        Sat Jan 12 22:28:39 2008
@@ -158,7 +158,7 @@
   animFrameState.shutter_close = 0;
   timeMode = MantaInterface::RealTime;
   timeScale = 1;
-  time_is_stopped = true;
+  time_is_stopped = false;
   frameRate = 15;
   pipelineNeedsSetup = true;
   scene = 0;




  • [Manta] r1993 - trunk/Engine/Control, thiago, 01/13/2008

Archive powered by MHonArc 2.6.16.

Top of page