ModelSceneSymbol
ModelSceneSymbol =
object
Defined in: src/ExpoArcgis.types.ts:2559
A 3D model symbol (glTF / .glb) for point graphics in a <SceneView>. Mirrors the native
ModelSceneSymbol (loads the model at url at runtime — symbol is Loadable).
Properties
Section titled “Properties”anchor?
Section titled “anchor?”
optionalanchor?:"center"|"bottom"|"top"|"origin"
Defined in: src/ExpoArcgis.types.ts:2574
Which part of the model sits on the point. Defaults to bottom.
heading?
Section titled “heading?”
optionalheading?:number
Defined in: src/ExpoArcgis.types.ts:2568
Rotation around the vertical (z) axis, in degrees. Defaults to 0.
pitch?
Section titled “pitch?”
optionalpitch?:number
Defined in: src/ExpoArcgis.types.ts:2570
Rotation around the lateral (x) axis, in degrees. Defaults to 0.
optionalroll?:number
Defined in: src/ExpoArcgis.types.ts:2572
Rotation around the longitudinal (y) axis, in degrees. Defaults to 0.
scale?
Section titled “scale?”
optionalscale?:number
Defined in: src/ExpoArcgis.types.ts:2564
Uniform scale factor applied to the model. Defaults to 1.
sizeUnits?
Section titled “sizeUnits?”
optionalsizeUnits?:"dips"|"meters"
Defined in: src/ExpoArcgis.types.ts:2566
Whether the model dimensions are expressed in device-independent pixels or geographic meters. Defaults to dips.
type:
"model-scene"
Defined in: src/ExpoArcgis.types.ts:2560
url:
string
Defined in: src/ExpoArcgis.types.ts:2562
URL of the glTF / .glb model file. Required.