Skip to content

Documentation / scene / ConstraintType

Enumeration: ConstraintType

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:19

Constraint topology type.

Enumeration Members

Structural_Vertical

Structural_Vertical: 0

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:21

Parent-child bone pairs along vertical chains


Structural_Horizontal

Structural_Horizontal: 1

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:23

Same-depth bones across adjacent chains


Shear

Shear: 2

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:25

Diagonal cross-bracing between adjacent chains


Bending_Vertical

Bending_Vertical: 3

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:27

Skip-one vertical (grandparent→grandchild) for bending resistance


Bending_Horizontal

Bending_Horizontal: 4

Defined in: libs/scene/src/animation/joint_dynamics/types.ts:29

Skip-one horizontal across chains for bending resistance

Released under the MIT License.