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

Comparing ray/src/rt/ambio.c (file contents):
Revision 2.16 by greg, Mon Dec 11 23:57:32 2023 UTC vs.
Revision 2.17 by greg, Wed Jan 17 17:35:35 2024 UTC

# Line 165 | Line 165 | readambval(                    /* read ambient value from stream */
165          } else {
166                  SCOLOR  scol;
167                  scolr2scolor(scol, sclr, AMB_CNDX[3]);
168 <                convertscolor(av->val, NCSAMP, WLPART[0], WLPART[3],
169 <                                scol, AMB_CNDX[3], AMB_WLPART[0], AMB_WLPART[3]);
168 >                convertscolorcol(av->val, scol, AMB_CNDX[3],
169 >                                AMB_WLPART[0], AMB_WLPART[3]);
170          }
171          return(feof(fp) ? 0 : ambvalOK(av));
172   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines