Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
G = bsdf_G<MicrofacetType::BECKMANN>(alpha2, cosNI, cosNO); is so much more readable!
Differential D17044
Refactor: replace `bool beckmann` with `enum MicrofacetType` for readability Authored by Weizhen Huang (weizhen) on Thu, Jan 19, 12:54 PM. Tags None Subscribers None Tokens
Details
Diff Detail
Event TimelineComment Actions G = bsdf_G<MicrofacetType::BECKMANN>(alpha2, cosNI, cosNO); is so much more readable! |