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.101 by greg, Wed Jul 3 16:46:43 2024 UTC vs.
Revision 2.102 by greg, Wed Jul 31 22:21:28 2024 UTC

# Line 474 | Line 474 | render(                                /* render the scene */
474                                                          /* fill bar */
475                  fillscanbar(scanbar, zbar, hres, ypos, ystep);
476                  if (srcdrawing)                         /* add bitty sources */
477 <                        drawsources((COLORV **)scanbar, zbar, 0, hres, ypos, ystep);
477 >                        drawsources((COLORV **)scanbar, 3, zbar, 0, hres, ypos, ystep);
478                                                          /* write it out */
479   #ifdef SIGCONT
480                  signal(SIGCONT, SIG_IGN);       /* don't interrupt writes */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines