NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.46k stars 132 forks source link

Updated grid + AS api #83

Closed orperel closed 1 year ago

orperel commented 1 year ago

This changeset brings over a new api of ctors for the grids and acceleration structure. Forcing the grid ctor to take an acceleration structure makes sure the grids are always initialized (there can't be a situation where one creates a grid but forgets to initialize it). That will also make it easier to inject additional occupancy structures.

Signed-off-by: operel operel@nvidia.com