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.33 by greg, Fri Oct 8 20:41:04 2010 UTC vs.
Revision 2.34 by greg, Sat Oct 9 22:38:35 2010 UTC

# Line 203 | Line 203 | paint(                 /* compute and paint a rectangle */
203                          return(0);
204                  if (rval < 0)
205                          return(-1);
206                                                /* random color place holder */
207                setcolor(p->v, frandom(), frandom(), frandom());
206                                                  /* get node for returned ray */
207                  p = (PNODE *)thisray.rno;
208          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines