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.19 by greg, Mon Sep 19 02:23:58 2005 UTC vs.
Revision 2.20 by greg, Wed Apr 5 06:22:57 2006 UTC

# Line 167 | Line 167 | int  xmin, ymin, xmax, ymax;
167                  setcolor(thisray.rcol, 0.0, 0.0, 0.0);
168          } else {
169                  rayorigin(&thisray, PRIMARY, NULL, NULL);
170 <                samplendx = rand_samp ? random() : samplendx+1;
170 >                samplendx++;
171                  rayvalue(&thisray);
172          }
173  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines