Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1864 - trunk/scenes


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1864 - trunk/scenes
  • Date: Mon, 26 Nov 2007 07:32:03 -0700 (MST)

Author: sparker
Date: Mon Nov 26 07:31:51 2007
New Revision: 1864

Modified:
   trunk/scenes/cornell_box.rtml
Log:
Correct non-physical value for reflectance of the light-source.   This 
elminates some bad speckles.


Modified: trunk/scenes/cornell_box.rtml
==============================================================================
--- trunk/scenes/cornell_box.rtml       (original)
+++ trunk/scenes/cornell_box.rtml       Mon Nov 26 07:31:51 2007
@@ -9,7 +9,7 @@
     <Lambertian id="white material" color="white spectrum"/>
     <Lambertian id="red material" color="red spectrum"/>
     <Lambertian id="green material" color="green spectrum"/>
-    <Lambertian id="light material" color="light emittance"/>
+    <Lambertian id="light material" color="light reflectance"/>
 <!--    <LambertianEmitter id="light material" reflectance="light 
reflectance" emittance="light emittance"/> -->
   </Assets>
   <Scene currentBookmark="0">




  • [Manta] r1864 - trunk/scenes, sparker, 11/26/2007

Archive powered by MHonArc 2.6.16.

Top of page