readGltfTemplate Function
Produce a GraphicTemplate from a glTF asset suitable for use in view decorations.
readGltfTemplate(args: ReadGltfGraphicsArgs): Promise<GltfTemplate | undefined>
@returns a template produced from the glTF asset's default scene, or undefined if a template could not be produced from the asset.
@see readGltf for more details.
| Parameter | Type | Description |
|---|---|---|
| args | ReadGltfGraphicsArgs |
Returns - Promise<GltfTemplate | undefined>
a template produced from the glTF asset's default scene, or undefined if a template could not be produced from the asset.
Defined in
- core/frontend/src/tile/GltfReader.ts Line 2413
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.