@kognifai/cogsengine
    Preparing search index...

    Enumeration LodPolicyConst

    Defines policies for controlling level of detail.

    Index

    Enumeration Members

    CenterDistance: 1

    Calculate center distance between the entity and the current camera, using threshold values to determine which children to turn on/off in the children member of SceneComponent.

    GeometricTolerance: 2

    Use a geometric error bound to determine how refined geometry needs to be at its current position.

    LargeModelPredicate: 3

    Approximation error approach of LargeModel extension.

    None: 0

    No policy applied, the LodSystem will take no action on the entity.