Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r684 - branches/itanium2/fox


Chronological Thread 
  • From: hansong@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r684 - branches/itanium2/fox
  • Date: Mon, 31 Oct 2005 16:52:22 -0700 (MST)

Author: hansong
Date: Mon Oct 31 16:52:20 2005
New Revision: 684

Modified:
   branches/itanium2/fox/FMantaWindow.cc
Log:
fix problem

Modified: branches/itanium2/fox/FMantaWindow.cc
==============================================================================
--- branches/itanium2/fox/FMantaWindow.cc       (original)
+++ branches/itanium2/fox/FMantaWindow.cc       Mon Oct 31 16:52:20 2005
@@ -559,7 +559,7 @@
       kdtree->disablePicking();
     }
   }
-  else if (dynamic_cast<KDTree *>( root_object )) {
+  else if (dynamic_cast<TransparentKDTree*>( root_object )) {
     TransparentKDTree *kdtree = dynamic_cast<TransparentKDTree *>( 
root_object );
 
     kdtree->enablePicking();




  • [MANTA] r684 - branches/itanium2/fox, hansong, 10/31/2005

Archive powered by MHonArc 2.6.16.

Top of page