Skip to content

Commit

Permalink
Not using sphere tests, so pass false
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jun 25, 2024
1 parent c37c63a commit 34df5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class RenderPipeline implements AutoCloseable {
// Cull the list of renderable items to those just visible in the scene
average('objectCulling', 1f, logger) { ->
visibleElements.clear()
frustumIntersection.set(camera.viewProjection)
frustumIntersection.set(camera.viewProjection, false)
scene.accept { Node element ->
if (element.isVisible(frustumIntersection)) {
if (element instanceof GraphicsElement) {
Expand Down

0 comments on commit 34df5f8

Please sign in to comment.