OptionalclippingThe color of the top of the clipping plane.
Optional ExperimentalclippingWhether the clipping plane is visible.
OptionalclippingThe clipping plane z offset of the model.
OptionalcolorColor 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.
OptionalEXPERIMENTAL_When true, enables clipping plane functionality for this model. This cannot be changed at runtime.
Note: This will de-optimize the model by disabling instancing.
OptionalinteractiveWhether the model is interactive, which means it can be hovered over and clicked on.
OptionalmaterialChange material state by name
OptionalopacityOpacity of the model group.
OptionalrotationThe rotation of the model in degrees [x, y, z].
Rotations are applied in order: x, then y, then z. 0 degrees means the model faces north (or the parent group's forward direction). Positive rotations follow the right-hand rule.
OptionalscaleThe scale of the model in [x, y, z]
OptionalurlModel's URL. Can be based64 inlined url.
OptionalverticalVertical offset of the model in meters off the floor.
OptionalvisibleVisiiblity of the model group
OptionalvisibleWhether the model should be visible through geometry.
Note: When set to true at creation time, this will de-optimize the model by disabling instancing.
initialize model state
Note: EXPERIMENTAL_clippingEnabled and visibleThroughGeometry are now part of ModelStyle