We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CFrontend::CThinDielectricScatterCorrection
1 parent 194b10a commit 0b330f1Copy full SHA for 0b330f1
13_MaterialCompilerTest/main.cpp
@@ -420,8 +420,8 @@ class MaterialCompilerTest final : public application_templates::MonoDeviceAppli
420
const auto thinInfiniteScatterH = forest->_new<CFrontendIR::CThinInfiniteScatterCorrection>();
421
{
422
auto* thinInfiniteScatter = forest->deref(thinInfiniteScatterH);
423
- thinInfiniteScatter->reflectance = fresnelH;
424
- thinInfiniteScatter->transmittance = fresnelH;
+ thinInfiniteScatter->reflectanceTop = fresnelH;
+ thinInfiniteScatter->reflectanceBottom = fresnelH;
425
// without extinction
426
}
427
mul->lhs = forest->_new<CFrontendIR::CDeltaTransmission>();
0 commit comments