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.
1 parent 636c00b commit 896b376Copy full SHA for 896b376
RenderingToolkit/GettingStarted/04_oidn_gsg/sample.json
@@ -46,7 +46,7 @@
46
"cmake ..",
47
"cmake --build . ",
48
"cp ../accumulatedFrameCpp.pfm .",
49
- "./oidnDenoise -hdr accumulatedFrameCpp.pfm -o denoised.pfm"
+ "export DYLD_LIBRARY_PATH=${LIBRARY_PATH} && ./oidnDenoise -hdr accumulatedFrameCpp.pfm -o denoised.pfm"
50
]
51
}
52
0 commit comments