Documentation / @ripl/vue-3d / SHAPE_3D_FIELD_KEYS
Variable: SHAPE_3D_FIELD_KEYS ​
constSHAPE_3D_FIELD_KEYS: readonly ["faces","patches","scale","surface"]
Defined in: vue-3d/src/core/props.ts:54
Plain fields on a 3D shape, written through an accessor rather than the state bag.
scale is sugar: its setter writes all three axes, so it is not itself a state property and cannot be the target of a transition — animate scaleX/scaleY/scaleZ instead.