| # | Line 288 | Line 288 | register RAY *r; | |
|---|---|---|
| 288 | for (i = 0; i < 3; i++) | |
| 289 | r->ron[i] = -r->rdir[i]; | |
| 290 | r->rod = 1.0; | |
| 291 | < | r->rofs = 1.0; setident4(r->rofx); |
| 292 | < | r->robs = 1.0; setident4(r->robx); |
| 291 | > | r->rox = NULL; |
| 292 | return(1); | |
| 293 | } | |
| 294 | return(0); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |