Skip to content

ModelGraphics

ModelGraphics is a 3D model visualization for the entity.

ModelGraphics can be mounted only insideEntity components, and can not be mounted more than once for each entity.

Property Type Description
color Color | Property | undefined
distanceDisplayCondition DistanceDisplayCondition | Property | undefined
heightReference HeightReference | Property | undefined
scale number | Property | undefined
show boolean | Property | undefined
shadows Property | ShadowMode | undefined
clippingPlanes Property | ClippingPlaneCollection | undefined
lightColor Color | Property | undefined
colorBlendAmount number | Property | undefined
colorBlendMode Property | ColorBlendMode | undefined
customShader Property | CustomShader | undefined
environmentMapOptions PropertyBag | { [key: string]: any; } | undefined
uri string | Property | Resource | undefined
clampAnimations boolean | Property | undefined
enableVerticalExaggeration boolean | Property | undefined
maximumScale number | Property | undefined
minimumPixelSize number | Property | undefined
silhouetteColor Color | Property | undefined
silhouetteSize number | Property | undefined
incrementallyLoadTextures boolean | Property | undefined
runAnimations boolean | Property | undefined
imageBasedLightingFactor Cartesian2 | Property | undefined
nodeTransformations PropertyBag | { [key: string]: TranslationRotationScale; } | undefined
articulations PropertyBag | { [key: string]: number; } | undefined

N/A

Property Type Description
onDefinitionChange (() => void) | undefined

N/A