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;
}

Properties

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