Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2077 - trunk/Interface


Chronological Thread 
  • From: "Thiago Ize" <thiago@sci.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2077 - trunk/Interface
  • Date: Fri, 15 Feb 2008 13:52:53 -0700 (MST)

Author: thiago
Date: Fri Feb 15 13:52:53 2008
New Revision: 2077

Modified:
   trunk/Interface/Parameters.h
Log:
Compromise T_EPSILON between the two previous revisions. If this
casuses artifacts, let me (thiago) know and I'll try and see what can
be done to fix it.

Modified: trunk/Interface/Parameters.h
==============================================================================
--- trunk/Interface/Parameters.h        (original)
+++ trunk/Interface/Parameters.h        Fri Feb 15 13:52:53 2008
@@ -30,7 +30,7 @@
 #define Manta_Interface_Parameters_h
 
 #define MAXCACHELINESIZE 128
-#define T_EPSILON ((Real)1.e-5)
+#define T_EPSILON ((Real)1.e-4)
 #define DENOM_EPSILON ((Real)1.e-6)
 #define COLOR_EPSILON ((Real)1.e-4)
 #define MAXT ((Real)1.e19)





Archive powered by MHonArc 2.6.16.

Top of page