Manta Interactive Ray Tracer Development Mailing List

Text archives Help


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


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

Author: hansong
Date: Thu Sep  8 14:55:45 2005
New Revision: 534

Modified:
   branches/itanium2/Model/Groups/KDTree.cc
Log:
remove redundant calculation

Modified: branches/itanium2/Model/Groups/KDTree.cc
==============================================================================
--- branches/itanium2/Model/Groups/KDTree.cc    (original)
+++ branches/itanium2/Model/Groups/KDTree.cc    Thu Sep  8 14:55:45 2005
@@ -134,7 +134,6 @@
        
        // 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;




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

Archive powered by MHonArc 2.6.16.

Top of page