Taos API Reference
    Preparing search index...

    Interface SelectParams

    interface SelectParams {
        cameraEcef: Vec3d;
        frustum: Plane[];
        frameId: number;
        screenHeight: number;
        fovY: number;
        cull: boolean;
        dt: number;
    }
    Index

    Properties

    cameraEcef: Vec3d
    frustum: Plane[]

    6 world-space frustum planes (normalized, inward normals).

    frameId: number
    screenHeight: number
    fovY: number

    Vertical field of view in radians.

    cull: boolean

    When false, frustum culling is disabled (every tile is treated visible) — a debug aid for isolating culling artifacts.

    dt: number

    Seconds since the last frame, to advance the LOD cross-fade. 0 disables fading (tiles appear at full opacity immediately).