Skip to content

Documentation / scene / HumanoidBodyRig

Enumeration: HumanoidBodyRig

Defined in: libs/scene/src/animation/skeleton.ts:18

Standardized humanoid joint names for consistent skeleton mapping across models and animations.

These names align with common conventions used in 3D modeling and animation tools, facilitating interoperability and reuse of assets.

Enumeration Members

Hips

Hips: "Hips"

Defined in: libs/scene/src/animation/skeleton.ts:19


Spine

Spine: "Spine"

Defined in: libs/scene/src/animation/skeleton.ts:20


Chest

Chest: "Chest"

Defined in: libs/scene/src/animation/skeleton.ts:21


UpperChest

UpperChest: "UpperChest"

Defined in: libs/scene/src/animation/skeleton.ts:22


Neck

Neck: "Neck"

Defined in: libs/scene/src/animation/skeleton.ts:23


Head: "Head"

Defined in: libs/scene/src/animation/skeleton.ts:24


LeftShoulder

LeftShoulder: "LeftShoulder"

Defined in: libs/scene/src/animation/skeleton.ts:26


LeftUpperArm

LeftUpperArm: "LeftUpperArm"

Defined in: libs/scene/src/animation/skeleton.ts:27


LeftLowerArm

LeftLowerArm: "LeftLowerArm"

Defined in: libs/scene/src/animation/skeleton.ts:28


LeftHand

LeftHand: "LeftHand"

Defined in: libs/scene/src/animation/skeleton.ts:29


RightShoulder

RightShoulder: "RightShoulder"

Defined in: libs/scene/src/animation/skeleton.ts:31


RightUpperArm

RightUpperArm: "RightUpperArm"

Defined in: libs/scene/src/animation/skeleton.ts:32


RightLowerArm

RightLowerArm: "RightLowerArm"

Defined in: libs/scene/src/animation/skeleton.ts:33


RightHand

RightHand: "RightHand"

Defined in: libs/scene/src/animation/skeleton.ts:34


LeftUpperLeg

LeftUpperLeg: "LeftUpperLeg"

Defined in: libs/scene/src/animation/skeleton.ts:36


LeftLowerLeg

LeftLowerLeg: "LeftLowerLeg"

Defined in: libs/scene/src/animation/skeleton.ts:37


LeftFoot

LeftFoot: "LeftFoot"

Defined in: libs/scene/src/animation/skeleton.ts:38


LeftToes

LeftToes: "LeftToes"

Defined in: libs/scene/src/animation/skeleton.ts:39


RightUpperLeg

RightUpperLeg: "RightUpperLeg"

Defined in: libs/scene/src/animation/skeleton.ts:41


RightLowerLeg

RightLowerLeg: "RightLowerLeg"

Defined in: libs/scene/src/animation/skeleton.ts:42


RightFoot

RightFoot: "RightFoot"

Defined in: libs/scene/src/animation/skeleton.ts:43


RightToes

RightToes: "RightToes"

Defined in: libs/scene/src/animation/skeleton.ts:44

Released under the MIT License.