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

Comparing ray/src/hd/rhd_sample.h (file contents):
Revision 3.4 by gwlarson, Wed Nov 11 12:05:36 1998 UTC vs.
Revision 3.5 by gwlarson, Sun Jan 10 10:27:45 1999 UTC

# Line 73 | Line 73 | typedef struct samp {
73   /* Max allowed angle of sample dir from current view */
74   #define MAXANG          20
75   #define MAXDIFF2        ( MAXANG*MAXANG * (PI*PI/180./180.))
76 + #define MAXQUALITY      10000   /* Maximum quality for rendering rep */
77  
78   extern  SAMP rsL;                      
79   extern double   sDepthEps;      /* epsilon to compare depths (z fraction) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines