Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1722 - trunk/Model/MiscObjects


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1722 - trunk/Model/MiscObjects
  • Date: Wed, 12 Sep 2007 06:42:48 -0600 (MDT)

Author: thiago
Date: Wed Sep 12 06:42:47 2007
New Revision: 1722

Modified:
   trunk/Model/MiscObjects/KeyFrameAnimation.cc
Log:
Need to setGroup on the acceleration structure when we switch acceleration 
strucutres.


Modified: trunk/Model/MiscObjects/KeyFrameAnimation.cc
==============================================================================
--- trunk/Model/MiscObjects/KeyFrameAnimation.cc        (original)
+++ trunk/Model/MiscObjects/KeyFrameAnimation.cc        Wed Sep 12 06:42:47 
2007
@@ -241,5 +241,6 @@
 void KeyFrameAnimation::useAccelerationStructure(AccelerationStructure* _as)
 {
   as = _as;
+  as->setGroup(currGroup);
   //XXX need to do some more stuff to make sure the switch happens cleanly...
 }




  • [Manta] r1722 - trunk/Model/MiscObjects, thiago, 09/12/2007

Archive powered by MHonArc 2.6.16.

Top of page