Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 847 Bytes

OptiX Volume Rendering with DLDenoiser

A Volume Rendering application using OptiX 6.0.0 ray tracing api and the DL Denoiser built in post processing stage. Code based on "OptiX QuickStart" Tutorial and OptiX Denoiser.

Also followed the tip from Brayns visualizer (github repo) to integrate the gradients from each pixel weighting each sample by its current opacity.

How to use


  • Clone this repository into OptiXSDKFolder/SDK

  • Insert "add_subdirectory(optixDLDenoiserVolumeRendering)" inside OptiXSDKFolder/SDK/CMakeLists.txt

  • Use cmake to build the samples

  • done!

Screenshot


Screenshot