You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you very much for your project. However, I didn't find where the octree is sparse. I found that the device memory contains all the voxel data.
The text was updated successfully, but these errors were encountered:
baiyuntao00
changed the title
Sparse octree or Full octree
Sparse octree or full octree?
Mar 8, 2025
Hello, I think the term 'sparse' in Sparse Voxel Octree simply means that most nodes in an SVO are empty. The technique you have described might be Sparse Voxel Octree GPU Streaming, which dynamically loads and unloads SVO data in GPU memory.
Hi, thank you very much for your project. However, I didn't find where the octree is sparse. I found that the device memory contains all the voxel data.
The text was updated successfully, but these errors were encountered: