Optional
cullerOptions for the culler behavior.
Optional
updateTransform?: booleanUpdate the transform of culled objects.
Keeping this as false
can improve performance by avoiding unnecessary calculations,
however, the transform used for culling may not be up-to-date if the object has moved since the last render.
Application options for the CullerPlugin. These options control how your application handles culling of display objects.
Example