| # | Line 50 | Line 50 | rayorigin( /* start new ray from old one */ | |
|---|---|---|
| 50 | rw = 1.0; | |
| 51 | setscolor(r->rcoef, 1., 1., 1.); | |
| 52 | } else { | |
| 53 | < | rw = sintens((COLORV *)rc); |
| 53 | > | rw = sintens(rc); |
| 54 | if (rw > 1.0) | |
| 55 | rw = 1.0; /* avoid calculation growth */ | |
| 56 | if (rc != r->rcoef) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |