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.16 by greg, Fri Feb 18 17:47:53 2005 UTC vs.
Revision 2.17 by greg, Tue Apr 19 01:15:07 2005 UTC

# Line 108 | Line 108 | double  *mp;
108                          return(-1);
109                  }
110                  if (!direc || ourview.type == VT_PAR) {
111 <                        rayorigin(&thisray, NULL, PRIMARY, 1.0);
111 >                        rayorigin(&thisray, PRIMARY, NULL, NULL);
112                          if (!localhit(&thisray, &thescene)) {
113                                  error(COMMAND, "not a local object");
114                                  return(-1);
# Line 170 | Line 170 | int  xmin, ymin, xmax, ymax;
170                          h/hresolu, v/vresolu)) < -FTINY) {
171                  setcolor(thisray.rcol, 0.0, 0.0, 0.0);
172          } else {
173 <                rayorigin(&thisray, NULL, PRIMARY, 1.0);
173 >                rayorigin(&thisray, PRIMARY, NULL, NULL);
174                  samplendx++;
175                  rayvalue(&thisray);
176          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines