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.107 by greg, Sat Jan 25 04:57:56 2025 UTC

# Line 289 | Line 289 | rpict(                 /* generate image(s) */
289          do {
290                  if (seq && nextview(stdin) == EOF)
291                          break;
292 +                lastview.type *= seq > 1;
293                  pctdone = 0.0;
294                  if (pout != NULL) {
295                          int     myfd;
# Line 701 | Line 702 | pixvalue(              /* compute pixel value */
702                  return(0.0);
703  
704          rayorigin(&thisray, PRIMARY, NULL, NULL);
705 < #ifdef SSKIPOPT
705 <        sskip_ray(&thisray, hpos, vpos);        /* source skip hack */
706 < #endif
705 >
706          rayvalue(&thisray);                     /* trace ray */
707                                                  /* -> color */
708          scolor_out(col, out_prims, thisray.rcol);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines