Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1737 - trunk/Engine/Control


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1737 - trunk/Engine/Control
  • Date: Sun, 23 Sep 2007 18:41:09 -0600 (MDT)

Author: thiago
Date: Sun Sep 23 18:41:08 2007
New Revision: 1737

Modified:
   trunk/Engine/Control/RTRT.cc
Log:
KeyFrameAnimation is not working with the new UpdateGraph code. Reverting it 
so prexisting code will work again.

Modified: trunk/Engine/Control/RTRT.cc
==============================================================================
--- trunk/Engine/Control/RTRT.cc        (original)
+++ trunk/Engine/Control/RTRT.cc        Sun Sep 23 18:41:08 2007
@@ -636,7 +636,7 @@
 
     barrier1.wait(workersRendering);
 
-#if 0
+#if 1
     doSerialAnimationCallbacks(changed, proc, workersAnimAndImage);
     doParallelAnimationCallbacks(changed, proc, workersAnimAndImage);
 #else




  • [Manta] r1737 - trunk/Engine/Control, thiago, 09/23/2007

Archive powered by MHonArc 2.6.16.

Top of page