| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1992 Regents of the University of California */ |
| 1 | > | /* Copyright (c) 1994 Regents of the University of California */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ LBL"; | |
| # | Line 243 | Line 243 | FVECT org, dir; | |
| 243 | { | |
| 244 | VCOPY(thisray.rorg, org); | |
| 245 | VCOPY(thisray.rdir, dir); | |
| 246 | + | thisray.rmax = 0.0; |
| 247 | rayorigin(&thisray, NULL, PRIMARY, 1.0); | |
| 248 | if (castonly) | |
| 249 | localhit(&thisray, &thescene) || sourcehit(&thisray); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |