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.

PropertyTypeDescription
colorColor | Property | undefined
distanceDisplayConditionDistanceDisplayCondition | Property | undefined
heightReferenceHeightReference | Property | undefined
scalenumber | Property | undefined
showboolean | Property | undefined
shadowsProperty | ShadowMode | undefined
clippingPlanesProperty | ClippingPlaneCollection | undefined
lightColorColor | Property | undefined
colorBlendAmountnumber | Property | undefined
colorBlendModeProperty | ColorBlendMode | undefined
customShaderProperty | CustomShader | undefined
environmentMapOptionsPropertyBag | { [key: string]: any; } | undefined
uristring | Property | Resource | undefined
clampAnimationsboolean | Property | undefined
enableVerticalExaggerationboolean | Property | undefined
maximumScalenumber | Property | undefined
minimumPixelSizenumber | Property | undefined
silhouetteColorColor | Property | undefined
silhouetteSizenumber | Property | undefined
incrementallyLoadTexturesboolean | Property | undefined
runAnimationsboolean | Property | undefined
imageBasedLightingFactorCartesian2 | Property | undefined
nodeTransformationsPropertyBag | { [key: string]: TranslationRotationScale; } | undefined
articulationsPropertyBag | { [key: string]: number; } | undefined

N/A

PropertyTypeDescription
onDefinitionChange(() => void) | undefined

N/A