Skip to content

Sparse octree or full octree? #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
baiyuntao00 opened this issue Mar 8, 2025 · 1 comment
Open

Sparse octree or full octree? #31

baiyuntao00 opened this issue Mar 8, 2025 · 1 comment

Comments

@baiyuntao00
Copy link

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.

@baiyuntao00 baiyuntao00 changed the title Sparse octree or Full octree Sparse octree or full octree? Mar 8, 2025
@AdamYuan
Copy link
Owner

AdamYuan commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants