| # | Line 22 | Line 22 | extern double minweight; /* minimum ray weight */ | |
|---|---|---|
| 22 | ||
| 23 | long nrays = 0L; /* number of rays traced */ | |
| 24 | ||
| 25 | < | #define MAXLOOP 1024 /* modifier loop detection */ | 
| 25 | > | #define MAXLOOP 128 /* modifier loop detection */ | 
| 26 | ||
| 27 | #define RAYHIT (-1) /* return value for intercepted ray */ | |
| 28 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |