ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rv3.c
(Generate patch)

Comparing ray/src/rt/rv3.c (file contents):
Revision 2.35 by greg, Sat Oct 16 15:08:14 2010 UTC vs.
Revision 2.36 by greg, Tue Mar 20 02:56:08 2012 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines