ModelSceneSymbol
ModelSceneSymbol =
object
Defined in: src/ExpoArcgis.types.ts:2069
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:2084
Which part of the model sits on the point. Defaults to bottom.
heading?
Section titled “heading?”
optionalheading?:number
Defined in: src/ExpoArcgis.types.ts:2078
Rotation around the vertical (z) axis, in degrees. Defaults to 0.
pitch?
Section titled “pitch?”
optionalpitch?:number
Defined in: src/ExpoArcgis.types.ts:2080
Rotation around the lateral (x) axis, in degrees. Defaults to 0.
optionalroll?:number
Defined in: src/ExpoArcgis.types.ts:2082
Rotation around the longitudinal (y) axis, in degrees. Defaults to 0.
scale?
Section titled “scale?”
optionalscale?:number
Defined in: src/ExpoArcgis.types.ts:2074
Uniform scale factor applied to the model. Defaults to 1.
sizeUnits?
Section titled “sizeUnits?”
optionalsizeUnits?:"dips"|"meters"
Defined in: src/ExpoArcgis.types.ts:2076
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:2070
url:
string
Defined in: src/ExpoArcgis.types.ts:2072
URL of the glTF / .glb model file. Required.