Strata - v1.4.10
    Preparing search index...

    Interface ImpostorRef

    Ref interface for Impostor.

    interface ImpostorRef {
        currentView: number;
        mesh:
            | Mesh<
                BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                Material | Material[],
                Object3DEventMap,
            >
            | null;
        updateView: () => void;
    }
    Index

    Properties

    currentView: number

    Current active view index from the atlas.

    mesh:
        | Mesh<
            BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            Material | Material[],
            Object3DEventMap,
        >
        | null

    Access to the underlying Mesh.

    updateView: () => void

    Force a manual view calculation update.