Optionalaltitude?: numberExperimentalclippingPlaneTopColor: stringThe color of the top of the clipping plane.
ExperimentalclippingPlaneTopVisible: booleanWhether the clipping plane is visible.
ExperimentalclippingPlaneZOffset: numberThe clipping plane z offset of the model. 0 is the bottom of the model, and positive values are above the model in meters. Clips the model vertically above the clipping plane.
Optionalcolor?: stringColor property designed for use with @mappedin/3d-assets.
Updates the accent color of 3d assets by applying the color to materials named
['Default', 'Fabric', 'Mpdn_Logo', 'Fabric_Logo'].
For custom colors on non-Mappedin models, use the material property.
If both the material and color properties are provided, material property updates will take higher precedence than color property updates.
Optionalid?: string | numberWhether the model is interactive.
Optionalmaterial?: Record<string, { color: string }>The material state by name.
The opacity of the model.
The position of the model as a Coordinate.
The rotation of the model.
The scale of the model.
The vertical offset of the model.
Whether the model is visible.
Represents the state of a model.