NVIDIA / gvdb-voxels

Sparse volume compute and rendering on NVIDIA GPUs
Other
679 stars 145 forks source link

gInteractiveOptix #12

Closed Delwin9999 closed 6 years ago

Delwin9999 commented 6 years ago

In cuda_gvdb_raycast.cuh the function getLinearDepth uses the scn.* data structure only found under #define CUDA_PATHWAY without an ifdef guarding it. This means that OPTIX_PATHWAY will not compile if you include cuda_gvdb_raycast.cuh which the gInteractiveOptix sample does.

ramakarl commented 6 years ago

Check out the latest GVDB Voxels 1.1 release where this should be resolved.