gltf
gltf: Object | Uint8Array
A representation of the glTF data as one of:
- The binary data in glb format as a Uint8Array; or
- A JSON object conforming to the glTF 2.0 specification; or
- A Uint8Array containing the utf8-encoded stringified JSON of an object conforming to the glTF 2.0 specification.
Defined in
- core/frontend/src/tile/GltfReader.ts Line 1671
Last Updated: 20 June, 2023