| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |