Skip to content

Documentation / @ripl/vue-3d / GROUP_3D_FIELD_KEYS

Variable: GROUP_3D_FIELD_KEYS ​

const GROUP_3D_FIELD_KEYS: readonly ["rotationX", "rotationY", "rotationZ", "scale", "scaleX", "scaleY", "scaleZ", "x", "y", "z"]

Defined in: vue-3d/src/core/props.ts:35

The transform a group applies to its subtree.

These are plain fields rather than element state — a group's own state is not parameterized — so they are written straight through and cannot be animated by a transition.