如视 Five SDK
    Preparing search index...

    Interface Tile3DModelLoaderOptions

    Advanced loader options

    interface Tile3DModelLoaderOptions {
        ecefToEnuMatrix: Matrix4;
        enuToEcefMatrix: Matrix4;
        error?: Error;
        fetcher: Fetcher;
        groundHeight: number;
        light: boolean;
        name: string;
        search?: string;
        type: "point_cloud" | "mesh";
        upAxis: string;
    }
    Index

    Properties

    ecefToEnuMatrix: Matrix4
    enuToEcefMatrix: Matrix4
    error?: Error
    fetcher: Fetcher
    groundHeight: number
    light: boolean
    name: string
    search?: string
    type: "point_cloud" | "mesh"
    upAxis: string