| # | Line 192 | Line 192 | paint( /* compute and paint a rectangle */ | |
|---|---|---|
| 192 | if ((thisray.rmax = viewray(thisray.rorg, thisray.rdir, &ourview, | |
| 193 | h/hresolu, v/vresolu)) < -FTINY) { | |
| 194 | setcolor(thisray.rcol, 0.0, 0.0, 0.0); | |
| 195 | < | } else if (nproc == 1) { /* immediate mode */ |
| 195 | > | } else if (nproc == 1 || newparam) { /* immediate mode */ |
| 196 | ray_trace(&thisray); | |
| 197 | } else { /* queuing mode */ | |
| 198 | int rval; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |