Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r918 - trunk/fox/afr_demo/Engine/Control


Chronological Thread 
  • From: abhinav@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r918 - trunk/fox/afr_demo/Engine/Control
  • Date: Thu, 9 Feb 2006 16:11:35 -0700 (MST)

Author: abhinav
Date: Thu Feb  9 16:11:34 2006
New Revision: 918

Modified:
   trunk/fox/afr_demo/Engine/Control/AFRPipeline.cc
Log:
removed the getCurrentile call befote setupcontext in afrpipeline.




Modified: trunk/fox/afr_demo/Engine/Control/AFRPipeline.cc
==============================================================================
--- trunk/fox/afr_demo/Engine/Control/AFRPipeline.cc    (original)
+++ trunk/fox/afr_demo/Engine/Control/AFRPipeline.cc    Thu Feb  9 16:11:34 
2006
@@ -397,7 +397,7 @@
   // Update animation state, and then synchronize threads for the first 
frame.
   if(proc == 0){
     animFrameState.frameNumber++;
-    getCurrentTime();
+    //getCurrentTime();
     
     // Update the number of workers to be used for the animation and
     // image display portion




  • [MANTA] r918 - trunk/fox/afr_demo/Engine/Control, abhinav, 02/09/2006

Archive powered by MHonArc 2.6.16.

Top of page