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

Comparing ray/src/hd/rholo2l.c (file contents):
Revision 3.23 by greg, Wed Jan 22 18:28:32 2025 UTC vs.
Revision 3.24 by greg, Thu Feb 6 03:54:32 2025 UTC

# Line 59 | Line 59 | start_rtrace(void)                     /* start rtrace process */
59                  rtargv[rtargc++] = "-I-";
60                  rtargv[rtargc++] = "-h-";
61                  rtargv[rtargc++] = "-ld-";
62 <                rtargv[rtargc++] = "-co-";
62 >                rtargv[rtargc++] = "-pRGB";
63                  sprintf(buf1, "%d", RPACKSIZ);
64                  rtargv[rtargc++] = "-x"; rtargv[rtargc++] = buf1;
65                  rtargv[rtargc++] = "-y"; rtargv[rtargc++] = "0";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines