Skip to content

Documentation / scene / ConstraintType

Enumeration: ConstraintType

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

Constraint topology type.

Enumeration Members

Structural_Vertical

Structural_Vertical: 0

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

Parent-child bone pairs along vertical chains


Structural_Horizontal

Structural_Horizontal: 1

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

Same-depth bones across adjacent chains


Shear

Shear: 2

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

Diagonal cross-bracing between adjacent chains


Bending_Vertical

Bending_Vertical: 3

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

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


Bending_Horizontal

Bending_Horizontal: 4

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

Skip-one horizontal across chains for bending resistance

Released under the MIT License.