Falcor
Falcor copied to clipboard
optix in falcor
when i put sdk and include into optix folder ,and then put optix into external/packman,there is error with OptixDenoiser,so i want to know how to pack them in my project,Can everyone help me?Tell me what to do. Thanks a lot😭
Did you try this:
- I believe 7.3 is the optix version currently being used
- under
external/packman, create a folder,optixand paste theincludefolder from optix sdk - rebuild the project, you may see like this:
...
-- FALCOR_HAS_OPTIX: ON
-- FALCOR_HAS_D3D12_AGILITY_SDK: ON
-- FALCOR_HAS_NRD: ON
...