Manta Interactive Ray Tracer Development Mailing List

Text archives Help


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


Chronological Thread 
  • From: hansong@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r736 - branches/itanium2/Model/Groups
  • Date: Tue, 29 Nov 2005 14:25:13 -0700 (MST)

Author: hansong
Date: Tue Nov 29 14:25:11 2005
New Revision: 736

Modified:
   branches/itanium2/Model/Groups/KDTree.h
Log:
consolidate kdtree node flags

Modified: branches/itanium2/Model/Groups/KDTree.h
==============================================================================
--- branches/itanium2/Model/Groups/KDTree.h     (original)
+++ branches/itanium2/Model/Groups/KDTree.h     Tue Nov 29 14:25:11 2005
@@ -43,10 +43,9 @@
 #include <Model/Groups/RayTriangleMailbox.h>
 
 #define KDNODE_AXIS_MASK        0x0003
-#define KDNODE_INTERNAL_MASK    0x0004
 #define KDNODE_LEFT_CHILD_MASK  0x0008
 #define KDNODE_RIGHT_CHILD_MASK 0x0010
-#define KDNODE_CHILD_MASK       0x0030
+#define KDNODE_INTERNAL_MASK    
(KDNODE_LEFT_CHILD_MASK|KDNODE_RIGHT_CHILD_MASK)
 
 #include "varray.h"
 




  • [MANTA] r736 - branches/itanium2/Model/Groups, hansong, 11/29/2005

Archive powered by MHonArc 2.6.16.

Top of page