Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1359 - trunk/Model/Materials


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1359 - trunk/Model/Materials
  • Date: Thu, 26 Apr 2007 14:18:31 -0600 (MDT)

Author: bigler
Date: Thu Apr 26 14:18:31 2007
New Revision: 1359

Modified:
   trunk/Model/Materials/Phong.cc
Log:

Crud, another copy/paste error.  Send the sub packet and not the full
packet.


Modified: trunk/Model/Materials/Phong.cc
==============================================================================
--- trunk/Model/Materials/Phong.cc      (original)
+++ trunk/Model/Materials/Phong.cc      Thu Apr 26 14:18:31 2007
@@ -502,7 +502,7 @@
               refl_rays.getImportance(i).luminance() > cutoff)
           ++end;
         RayPacket subPacket(refl_rays, i, end);
-        context.renderer->traceRays(context, refl_rays);
+        context.renderer->traceRays(context, subPacket);
         i = end;
       } else {
         refl_rays.setColor(i, Color::black());




  • [MANTA] r1359 - trunk/Model/Materials, bigler, 04/26/2007

Archive powered by MHonArc 2.6.16.

Top of page