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

Comparing ray/src/rt/pmapmat.c (file contents):
Revision 2.17 by greg, Mon Jun 25 20:49:10 2018 UTC vs.
Revision 2.18 by greg, Tue Jun 26 14:42:18 2018 UTC

# Line 1708 | Line 1708 | void initPhotonScatterFuncs ()
1708              
1709     photonScatter [MOD_ALIAS] = aliasPhotonScatter;
1710     photonScatter [MAT_BSDF] =
1711 <      photonScatter [MAT_SBSDF] = bsdfPhotonScatter;
1711 >      photonScatter [MAT_ABSDF] = bsdfPhotonScatter;
1712   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines