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

Comparing ray/src/common/bsdf_m.c (file contents):
Revision 3.42 by greg, Sat Mar 27 20:08:30 2021 UTC vs.
Revision 3.43 by greg, Tue Dec 7 23:49:50 2021 UTC

# Line 722 | Line 722 | SDloadMtx(SDData *sd, ezxml_t wtl)
722  
723   /* Get Matrix BSDF value */
724   static int
725 < SDgetMtxBSDF(float coef[SDmaxCh], const FVECT outVec,
726 <                                const FVECT inVec, SDComponent *sdc)
725 > SDgetMtxBSDF(float coef[SDmaxCh], const FVECT inVec,
726 >                                const FVECT outVec, SDComponent *sdc)
727   {
728          const SDMat     *dp;
729          int             i_ndx, o_ndx;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines