| 50 |
|
r->crtype = r->rtype = rt; |
| 51 |
|
r->rsrc = -1; |
| 52 |
|
r->clipset = NULL; |
| 53 |
– |
r->revf = raytrace; |
| 53 |
|
copycolor(r->cext, cextinction); |
| 54 |
|
copycolor(r->albedo, salbedo); |
| 55 |
|
r->gecc = seccg; |
| 69 |
|
r->clipset = ro->newcset; |
| 70 |
|
r->rmax = ro->rmax <= FTINY ? 0.0 : ro->rmax - ro->rot; |
| 71 |
|
} |
| 73 |
– |
r->revf = ro->revf; |
| 72 |
|
copycolor(r->cext, ro->cext); |
| 73 |
|
copycolor(r->albedo, ro->albedo); |
| 74 |
|
r->gecc = ro->gecc; |
| 108 |
|
|
| 109 |
|
|
| 110 |
|
extern void |
| 111 |
< |
raytrace( /* trace a ray and compute its value */ |
| 111 |
> |
rayvalue( /* trace a ray and compute its value */ |
| 112 |
|
RAY *r |
| 113 |
|
) |
| 114 |
|
{ |