API (v2.0.0) - Giro3D
    Preparing search index...

    Interface Tiles3DOptions

    Constructor options for the Tiles3D entity.

    interface Tiles3DOptions {
        classifications?: Classification[];
        colorMap?: ColorMap;
        dracoDecoderPath?: string;
        enableFetchPlugin?: boolean;
        errorTarget?: number;
        ktx2DecoderPath?: string;
        name?: string;
        object3d?: Object3D<Object3DEventMap>;
        pointCloudAttributeMapping?: PointCloudBatchTableAttributeMapping;
        pointCloudMode?: Mode;
        pointSize?: number;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    classifications?: Classification[]

    The classifications for point clouds. Note: only applies to point cloud tiles.

    ASPRS_CLASSIFICATIONS

    colorMap?: ColorMap

    The colormap used for point cloud coloring. Note: only applies to point cloud tiles.

    dracoDecoderPath?: string

    The path to the DRACO library files.

    'https://unpkg.com/three@0.${REVISION}.0/examples/jsm/libs/draco/gltf/'

    enableFetchPlugin?: boolean

    Whether to enable the default fetch plugin to route tile requests using Giro3D's internal Fetcher.

    true
    
    errorTarget?: number

    The error target that drives tile subdivision.

    8
    
    ktx2DecoderPath?: string

    The path to the KTX2 library files.

    'https://unpkg.com/three@0.${REVISION}.0/examples/jsm/libs/basis/'

    name?: string

    The optional display name of this entity. Mostly used for debugging.

    object3d?: Object3D<Object3DEventMap>

    The root object of this entity. If none is provided, a new Group is created.

    pointCloudAttributeMapping?: PointCloudBatchTableAttributeMapping

    The mapping between well-known attributes of point cloud geometries and attributes in the batch table.

    pointCloudMode?: Mode

    The display mode for point clouds. Note: only applies to point cloud tiles.

    color
    
    pointSize?: number

    The point size for point clouds. Note: only applies to point cloud tiles.

    automatic size computation
    
    url?: string

    The URL to the root tileset. Might be undefined if the URL is provided externally (for example by the GoogleCloudAuthPlugin)