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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.74 by greg, Mon Feb 7 20:13:55 2005 UTC vs.
Revision 2.75 by greg, Tue Apr 19 01:15:06 2005 UTC

# Line 726 | Line 726 | pixvalue(              /* compute pixel value */
726                          return(0.0);
727          }
728  
729 <        rayorigin(&thisray, NULL, PRIMARY, 1.0);
729 >        rayorigin(&thisray, PRIMARY, NULL, NULL);
730  
731          rayvalue(&thisray);                     /* trace ray */
732  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines