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

Comparing ray/src/hd/rhdisp2.c (file contents):
Revision 3.27 by gwlarson, Thu Dec 3 15:18:08 1998 UTC vs.
Revision 3.28 by gwlarson, Thu Dec 10 10:45:55 1998 UTC

# Line 17 | Line 17 | static char SCCSid[] = "$SunId$ SGI";
17   #define MAXDIST         42      /* maximum distance outside section */
18   #endif
19   #ifndef NVSAMPS
20 < #define NVSAMPS         4096    /* number of ray samples per view */
20 > #define NVSAMPS         16384   /* number of ray samples per view */
21   #endif
22   #ifndef MEYERNG
23 < #define MEYERNG         0.2     /* target mean eye range (rel. to grid) */
23 > #define MEYERNG         0.1     /* target mean eye range (rel. to grid) */
24   #endif
25   #ifndef MAXTODO
26   #define MAXTODO         3       /* maximum sections to look at */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines