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

    Decoder for Mapbox Terrain images.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionaloptions: { enableWorkers?: boolean; workerConcurrency?: number }

        Decoder options.

        • OptionalenableWorkers?: boolean

          Enables processing raster data in web workers.

          true
          
        • OptionalworkerConcurrency?: number

          The maximum number of workers created by the worker pool. If undefined, the maximum number of workers will be allowed.

          undefined
          

      Returns MapboxTerrainFormat

    Properties

    dataType: TextureDataType
    flipY: boolean
    isImageFormat: true = ...
    isMapboxTerrainFormat: boolean = ...
    type: "MapboxTerrainFormat" = ...

    Methods