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.105 by greg, Fri Nov 15 20:47:42 2024 UTC vs.
Revision 2.106 by greg, Sat Jan 18 03:49:00 2025 UTC

# Line 701 | Line 701 | pixvalue(              /* compute pixel value */
701                  return(0.0);
702  
703          rayorigin(&thisray, PRIMARY, NULL, NULL);
704 < #ifdef SSKIPOPT
705 <        sskip_ray(&thisray, hpos, vpos);        /* source skip hack */
706 < #endif
704 >
705          rayvalue(&thisray);                     /* trace ray */
706                                                  /* -> color */
707          scolor_out(col, out_prims, thisray.rcol);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines