Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r535 - branches/itanium2/Model/Groups


Chronological Thread 
  • From: hansong@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r535 - branches/itanium2/Model/Groups
  • Date: Thu, 8 Sep 2005 15:02:25 -0600 (MDT)

Author: hansong
Date: Thu Sep  8 15:02:22 2005
New Revision: 535

Modified:
   branches/itanium2/Model/Groups/KDTree.cc
Log:
undo last change

Modified: branches/itanium2/Model/Groups/KDTree.cc
==============================================================================
--- branches/itanium2/Model/Groups/KDTree.cc    (original)
+++ branches/itanium2/Model/Groups/KDTree.cc    Thu Sep  8 15:02:22 2005
@@ -134,6 +134,7 @@
        
        // Normalize and compute inverse directions, 
        // As a side effect this also computes the sign mask for the box 
intersection.
+       rays.normalizeDirections();
        rays.computeInverseDirections();
        
        RayTriIntersectUserData isectData;
@@ -531,6 +532,7 @@
                results[i] = 
e.hitInfo.scratchpad<Kdtree::KDTree::ScratchPadInfo>().payload;
        }
 };
+
 
 
 




  • [MANTA] r535 - branches/itanium2/Model/Groups, hansong, 09/08/2005

Archive powered by MHonArc 2.6.16.

Top of page