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

Refined cluster occlusion & tile culling with PTV #6

Open
JarkkoPFC opened this issue Dec 2, 2022 · 0 comments
Open

Refined cluster occlusion & tile culling with PTV #6

JarkkoPFC opened this issue Dec 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JarkkoPFC
Copy link
Member

Clusters are currently occlusion culled early in the pipeline with pre-calculated cluster bounding spheres, which avoids vertex transforms of occluded clusters. However, this is quite conservative culling because the bounding sphere can be quite a poor match with the cluster geometry. This can be particularly a problem with procedural or deforming geometry where the bounds need to be quite conservative. For passing clusters we should add more refined culling using cluster post-transform vertex (PTV) positions and AABB of the vertex NDCs, for both refined occlusion and tile culling.

@JarkkoPFC JarkkoPFC added the enhancement New feature or request label Dec 2, 2022
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