Skip to content
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

Frustum Culling #98

Open
dylanebert opened this issue May 7, 2024 · 0 comments
Open

Frustum Culling #98

dylanebert opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dylanebert
Copy link
Collaborator

dylanebert commented May 7, 2024

Frustum Culling could be beneficial if performed before sorting splats - less splats to sort (but we have to "pay" for index mapping), smaller buffer to write to gpu (if writebuffersubdata is being used), vertex shader has less work to do. BUT to do it reasonably fast splats needs to clustered, so we can discard many splats at once. Mkkellogg (in his threejs implementation) is wrapping splats in octree for exactly this reason. And yeah, no occlusion culling for splats ;)

Originally posted by @mateusz-malicki in #94 (comment)

@dylanebert dylanebert added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant