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.8 by gwlarson, Mon Feb 9 13:22:26 1998 UTC vs.
Revision 3.9 by gwlarson, Thu Mar 12 15:47:33 1998 UTC

# Line 24 | Line 24
24   #define FOVDIA          (1.0*PI/180.)   /* foveal diameter (radians) */
25  
26   #define HISTRES         100             /* histogram resolution */
27 + #define MAXPREHIST      1024            /* maximum precomputed histogram */
28  
29   #define LMIN            1e-7            /* minimum visible world luminance */
30   #define LMAX            1e5             /* maximum visible world luminance */
# Line 40 | Line 41
41   #define DO_COLOR        010
42   #define DO_CWEIGHT      020
43   #define DO_FIXHIST      040
44 < #define DO_LINEAR       0100
44 > #define DO_PREHIST      0100
45 > #define DO_LINEAR       0200
46  
47   #define DO_HUMAN        (DO_ACUITY|DO_VEIL|DO_HSENS|DO_COLOR)
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines