Skip to content

Conversation

Zyie
Copy link
Member

@Zyie Zyie commented Jul 16, 2025

Fixes: #10735

This allows users to configure culling behavior through application options, including skipping transform updates for culled objects.

We keep it true by default to keep the performance as optimal as possible.

Fixes: #10735

This allows users to configure culling behavior through application options, including skipping transform updates for culled objects.

We keep it true by default to keep the performance as optimal as possible.
Copy link

codesandbox-ci bot commented Jul 16, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0823d27:

Sandbox Source
pixi.js-sandbox Configuration

Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comment about the API name, but otherwise LGTM

@Zyie Zyie added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Jul 22, 2025
@Zyie Zyie added this pull request to the merge queue Jul 22, 2025
Merged via the queue into dev with commit 1d8ae3c Jul 22, 2025
5 checks passed
@Zyie Zyie deleted the fix/culling branch July 22, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: CullerPlugin culls based on the transforms of the previous frame
2 participants