Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r299 - trunk/Interface


Chronological Thread 
  • From: knolla@sci.utah.edu
  • To: rtrt@sci.utah.edu
  • Subject: [MANTA] r299 - trunk/Interface
  • Date: Thu, 12 May 2005 17:03:30 -0600 (MDT)

Author: knolla
Date: Thu May 12 17:03:28 2005
New Revision: 299

Modified:
   trunk/Interface/RayPacket.h
Log:
changed HaveUnitNormals flag value to imply HaveNormals (0x300)

Modified: trunk/Interface/RayPacket.h
==============================================================================
--- trunk/Interface/RayPacket.h (original)
+++ trunk/Interface/RayPacket.h Thu May 12 17:03:28 2005
@@ -25,7 +25,7 @@
     static const int HaveTexture2 = 0x80;
     //static const int HaveFrame = 0x100;
     static const int HaveNormals = 0x200;
-    static const int HaveUnitNormals = 0x400;
+    static const int HaveUnitNormals = 0x300;
     static const int HaveInverseDirections = 0x800;
     inline RayPacket(RayPacketData& data, int size, int depth, int flags);
 




  • [MANTA] r299 - trunk/Interface, knolla, 05/12/2005

Archive powered by MHonArc 2.6.16.

Top of page