Skip to content

Documentation / scene / HumanoidJointMapping

Type Alias: HumanoidJointMapping<T>

HumanoidJointMapping<T> = object

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

Humanoid joint mapping

Type Parameters

T

T extends object

Properties

body

body: Record<HumanoidBodyRig, T>

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


leftHand?

optional leftHand?: Record<HumanoidHandRig, T>

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


rightHand?

optional rightHand?: Record<HumanoidHandRig, T>

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

Released under the MIT License.