Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 354 Bytes

OSPRay Volume Experiment Viewer

This is an simple OSPRay example for testing volume renderer. It requires the TransferFunctionModule

Build

mkdir build
cd build
cmake .. -Dospray_DIR=<...> -Dembree_DIR=<...> -DTBB_ROOT=<...> -DISPC_EXECUTABLE=<...> -DTFN_MODULE_ROOT=<...>
make -j8