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

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.48 by greg, Thu Apr 14 17:38:06 2005 UTC vs.
Revision 2.49 by greg, Tue Apr 19 01:15:06 2005 UTC

# Line 305 | Line 305 | getfocus(                              /* set focus distance */
305                          error(COMMAND, "not on image");
306                          return;
307                  }
308 <                rayorigin(&thisray, NULL, PRIMARY, 1.0);
308 >                rayorigin(&thisray, PRIMARY, NULL, NULL);
309                  if (!localhit(&thisray, &thescene)) {
310                          error(COMMAND, "not a local object");
311                          return;
# Line 719 | Line 719 | char  *s;
719                  return;
720          }
721  
722 <        rayorigin(&thisray, NULL, PRIMARY, 1.0);
722 >        rayorigin(&thisray, PRIMARY, NULL, NULL);
723          
724          rayvalue(&thisray);
725  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines