cullInstances property

bool cullInstances
final

Whether the renderer culls each instance after the aggregate bounds pass.

Enable this for large spatial groups whose individual instances can enter the view at different times. Small compact groups are usually cheaper to draw after the single aggregate cull.

Implementation

final bool cullInstances;