ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcond.h
(Generate patch)

Comparing ray/src/px/pcond.h (file contents):
Revision 3.14 by greg, Sun Nov 14 16:57:18 2004 UTC vs.
Revision 3.15 by greg, Thu Nov 30 18:43:05 2017 UTC

# Line 29 | Line 29 | extern "C" {
29   #define MAXPREHIST      1024            /* maximum precomputed histogram */
30  
31   #define LMIN            1e-7            /* minimum visible world luminance */
32 < #define LMAX            1e5             /* maximum visible world luminance */
32 > #define LMAX            1e7             /* maximum visible world luminance */
33  
34   #define Bl(Lw)          log(Lw)         /* brightness function */
35   #define Bl1(Lw)         (1.0/(Lw))      /* first derivative of Bl(Lw) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines