| # | Line 326 | Line 326 | rayirrad( /* compute irradiance rather than radiance | |
|---|---|---|
| 326 | r->ron[1] = -r->rdir[1]; | |
| 327 | r->ron[2] = -r->rdir[2]; | |
| 328 | r->rod = 1.0; | |
| 329 | + | r->revf = raytrace; |
| 330 | /* compute result */ | |
| 331 | (*ofun[Lamb.otype].funp)(&Lamb, r); | |
| 332 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |