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.32 by greg, Sat Dec 12 00:03:42 2009 UTC vs.
Revision 2.33 by greg, Fri Oct 8 20:41:04 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());
208 +                                                /* get node for returned ray */
209                  p = (PNODE *)thisray.rno;
210          }
211  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines