Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2388 - trunk/Model/Materials


Chronological Thread 
  • From:
  • To:
  • Subject: [Manta] r2388 - trunk/Model/Materials
  • Date: Tue, 17 Mar 2009 11:09:42 -0600 (MDT)

Author: abe
Date: Tue Mar 17 11:09:41 2009
New Revision: 2388

Modified:
   trunk/Model/Materials/Volume.h
Log:

Added missing changes to previous commit, removing the Intersection:: 
namespace.

M    Volume.h


Modified: trunk/Model/Materials/Volume.h
==============================================================================
--- trunk/Model/Materials/Volume.h      (original)
+++ trunk/Model/Materials/Volume.h      Tue Mar 17 11:09:41 2009
@@ -192,7 +192,7 @@
             intersected[i] = false;
             Real tmin, tmax;
             // Check for an intersection.
-            if (Intersection::intersectAaBox( _bbox,
+            if (intersectAaBox( _bbox,
                                               tmin,
                                               tmax,
                                               rays.getRay(i),
@@ -900,7 +900,7 @@
         if (!(_bounds.contains(rays.getHitPosition(rayIndex))))
           {
             float tmin, tmax;
-            Intersection::intersectAaBox( _bounds,
+            intersectAaBox( _bounds,
                                           tmin,
                                           tmax,
                                           rays.getRay(rayIndex),


  • [Manta] r2388 - trunk/Model/Materials, abe, 03/17/2009

Archive powered by MHonArc 2.6.16.

Top of page