Viewer3DBase.setSmartCullingEnabled() method

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;

Parameters

ParameterDescription
enabledEnabled or disable the culling.

Returns:

void