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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.52 by greg, Wed Feb 22 17:05:36 2006 UTC vs.
Revision 2.53 by greg, Wed Apr 5 06:22:57 2006 UTC

# Line 198 | Line 198 | rtrace(                                /* trace rays from file */
198                                  nextflush = hresolu;
199                          }
200                  } else {
201 <                        samplendx = rand_samp ? random() : samplendx+1;
201 >                        samplendx++;
202                                                          /* compute and print */
203                          if (imm_irrad)
204                                  irrad(orig, direc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines