Enable the culling when rotation. When it is enabled, some elements will be hidden during camera aniatmion to accelerate the rendering. This cull policy is based on the knowledge of the scene which is why it is called smart culling.
Signature:
setSmartCullingEnabled(enabled: boolean): void;
Parameter | Description |
---|---|
enabled | Enabled or disable the culling. |
Returns:
void