Interface RepresentationLODSelectorParams

Parameters for RepresentationLODSelector.

interface RepresentationLODSelectorParams {
    enabled?: boolean;
    viewer: Viewer;
}

Properties

Properties

enabled?: boolean

Initial enabled state.

When disabled, all LOD suppression managed by the selector is cleared.

Default is true.

viewer: Viewer

Viewer whose attached Scene contains SceneModel representation sets.