Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1650 - trunk/StandAlone


Chronological Thread 
  • From: boulos@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1650 - trunk/StandAlone
  • Date: Thu, 16 Aug 2007 11:34:23 -0600 (MDT)

Author: boulos
Date: Thu Aug 16 11:34:22 2007
New Revision: 1650

Modified:
   trunk/StandAlone/manta.cc
Log:
Disabling the -createCornerRays code so that 
incorrect behaviour isn't on by default.



Modified: trunk/StandAlone/manta.cc
==============================================================================
--- trunk/StandAlone/manta.cc   (original)
+++ trunk/StandAlone/manta.cc   Thu Aug 16 11:34:22 2007
@@ -223,7 +223,7 @@
       throw InternalError("default shadow algorithm not found", __FILE__, 
__LINE__ );
 
     // Set camera for the default scene.
-    Camera* currentCamera = factory->createCamera("pinhole(-normalizeRays 
-createCornerRays)");
+    Camera* currentCamera = factory->createCamera("pinhole(-normalizeRays)");
     if(!currentCamera)
       throw InternalError("cannot create default camera", __FILE__, __LINE__ 
);
 




  • [Manta] r1650 - trunk/StandAlone, boulos, 08/16/2007

Archive powered by MHonArc 2.6.16.

Top of page