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 isn't working properly #322

Open
adriengivry opened this issue Nov 21, 2024 · 0 comments · May be fixed by #327
Open

Frustum culling isn't working properly #322

adriengivry opened this issue Nov 21, 2024 · 0 comments · May be fixed by #327
Labels
Bug Something isn't working Critical Something that should be fixed quickly Graphics Graphical feature

Comments

@adriengivry
Copy link
Owner

Description
The frustum culling feature doesn't seem to work (or maybe just the debugger is broken?).

To Reproduce
Steps to reproduce the behavior:

  1. Open a scene
  2. Add a point light
  3. Add a cube
  4. Enable frustum culling debugging for geometry and lights (Settings > Debugging > Frustum culling visualizer > check all boxes)
  5. Rotate the main camera (180 degrees)
  6. Notice that no culling is performed

Expected behavior
The camera should properly cull entities outside of its view frustum

Screenshots
image
image

@adriengivry adriengivry added Bug Something isn't working Critical Something that should be fixed quickly Graphics Graphical feature labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Critical Something that should be fixed quickly Graphics Graphical feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant