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

Improved culling: ignore objects culled previous frame if it can be determined they will not be in this frame either. #25

Open
Voxar opened this issue Mar 8, 2022 · 0 comments
Labels
code This issue requires pushing some code enhancement New feature or request

Comments

@Voxar
Copy link
Member

Voxar commented Mar 8, 2022

One can do a pre-culling pass based on previous frames culled objects and the rotation of the camera. If camera moves one way it is known that the objects culled on the previous frame that was then on the other side of the camera will not be in this frame either, given they have not moved.

https://old.cescg.org/CESCG-2002/DSykoraJJelinek/

Fund with Polar
@Voxar Voxar added enhancement New feature or request code This issue requires pushing some code labels Mar 8, 2022
@Voxar Voxar moved this to 📫 Inbox in The Alloverse Project Mar 8, 2022
@failuer failuer moved this from 📫 Inbox to 📝 Backlog in The Alloverse Project Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code This issue requires pushing some code enhancement New feature or request
Projects
Status: 📝 Backlog
Development

No branches or pull requests

1 participant