NVIDIA / gvdb-voxels

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

Merges the packed-compute branch into master #91

Closed NBickford-NV closed 4 years ago

NBickford-NV commented 4 years ago

This makes it so that Compute and ComputeKernel can run kernels that avoid iterating over apron voxels, reducing the amount of computational work, while requiring that aprons be updated afterwards. This also updates the samples to include the new arguments to Compute and ComputeKernel, an API-breaking change.

NBickford-NV commented 4 years ago

Wrong merge direction! Fixed in #92.