Skip to content

WIP: Raytracing backend (RT Wrapper, VisRTX)

Mathias Hummel requested to merge mathiash/vtk:visrtx into master

Extend the vtkRenderingOSPRay module to allow multiple backends, such as VisRTX / NVIDIA OptiX, in addition to OSPRay. To build, set the following CMake variables:

VTK_MODULE_ENABLE_VTK_RenderingOSPRay=YES
VTK_ENABLE_OSPRAY=ON
VTK_ENABLE_VISRTX=ON
OSPRAY_INSTALL_DIR=/path/to/OSPRay/installation
VISRTX_INSTALL_DIR=/path/to/VisRTX/installation
Edited by Mathias Hummel

Merge request reports