| # | Line 171 | Line 171 | int xmin, ymin, xmax, ymax; | |
|---|---|---|
| 171 | setcolor(thisray.rcol, 0.0, 0.0, 0.0); | |
| 172 | } else { | |
| 173 | rayorigin(&thisray, PRIMARY, NULL, NULL); | |
| 174 | < | samplendx++; |
| 174 | > | samplendx = rand_samp ? random() : samplendx+1; |
| 175 | rayvalue(&thisray); | |
| 176 | } | |
| 177 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |