Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1509 - trunk/DynLT


Chronological Thread 
  • From: brownlee@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1509 - trunk/DynLT
  • Date: Thu, 19 Jul 2007 00:26:51 -0600 (MDT)

Author: brownlee
Date: Thu Jul 19 00:26:50 2007
New Revision: 1509

Modified:
   trunk/DynLT/DynLTParticles.h
Log:
dynlt scene compiles again... lets see how long it lasts this time

Modified: trunk/DynLT/DynLTParticles.h
==============================================================================
--- trunk/DynLT/DynLTParticles.h        (original)
+++ trunk/DynLT/DynLTParticles.h        Thu Jul 19 00:26:50 2007
@@ -30,8 +30,8 @@
     }
 
     // GUI interface
-    void next(void) { tstep=(tstep + 1)%getSize(); }
-    void previous(void) { tstep=(tstep + getSize() - 1)%getSize(); }
+    void next(void) { tstep=(tstep + 1)%size(); }
+    void previous(void) { tstep=(tstep + size() - 1)%size(); }
 
   private:
     int tstep;




  • [MANTA] r1509 - trunk/DynLT, brownlee, 07/19/2007

Archive powered by MHonArc 2.6.16.

Top of page