Tiles3DOptions: {
    classifications?: Classification[];
    colorMap?: ColorMap;
    dracoDecoderPath?: string;
    errorTarget?: number;
    ktx2DecoderPath?: string;
    pointCloudMode?: Mode;
    pointSize?: number;
    url?: string;
}

Options to create a Tiles3D object.

Type declaration

  • Optionalclassifications?: Classification[]

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

    ASPRS_CLASSIFICATIONS

  • OptionalcolorMap?: ColorMap

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

  • OptionaldracoDecoderPath?: string

    The path to the DRACO library files.

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

  • OptionalerrorTarget?: number

    The error target that drives tile subdivision.

    8
    
  • Optionalktx2DecoderPath?: string

    The path to the KTX2 library files.

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

  • OptionalpointCloudMode?: Mode

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

    color
    
  • OptionalpointSize?: number

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

    automatic size computation
    
  • Optionalurl?: string

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