Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1636 - trunk/StandAlone


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1636 - trunk/StandAlone
  • Date: Tue, 14 Aug 2007 22:08:59 -0600 (MDT)

Author: thiago
Date: Tue Aug 14 22:08:58 2007
New Revision: 1636

Modified:
   trunk/StandAlone/manta.cc
Log:
undoing previous commit which added corner rays by default. Corner rays are 
only useful with square packets, which are not created by default.

Modified: trunk/StandAlone/manta.cc
==============================================================================
--- trunk/StandAlone/manta.cc   (original)
+++ trunk/StandAlone/manta.cc   Tue Aug 14 22:08:58 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)");
+    Camera* currentCamera = factory->createCamera("pinhole(-normalizeRays 
-createCornerRays)");
     if(!currentCamera)
       throw InternalError("cannot create default camera", __FILE__, __LINE__ 
);
 




  • [Manta] r1636 - trunk/StandAlone, thiago, 08/15/2007

Archive powered by MHonArc 2.6.16.

Top of page