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.55 by greg, Thu Aug 21 07:05:59 2008 UTC vs.
Revision 2.56 by greg, Thu Aug 21 16:13:00 2008 UTC

# Line 726 | Line 726 | traceray(                              /* trace a single ray */
726                  return;
727          }
728  
729 <        rayorigin(&thisray, PRIMARY, NULL, NULL);
730 <        
731 <        rayvalue(&thisray);
729 >        ray_trace(&thisray);
730  
731          if (thisray.ro == NULL)
732                  (*dev->comout)("ray hit nothing");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines