Options
Menu

Class SkeletonJoint

A value obect representing a single joint in a skeleton object.

see

away.animators.Skeleton

Hierarchy

  • SkeletonJoint

Index

Constructors

Properties

Constructors

constructor

  • Creates a new SkeletonJoint object

    Returns SkeletonJoint

Properties

inverseBindPose

inverseBindPose: Float32Array

The inverse bind pose matrix, as raw data, used to transform vertices to bind joint space in preparation for transformation using the joint matrix.

name

name: string

The name of the joint

parentIndex

parentIndex: number

The index of the parent joint in the skeleton's joints vector.

see

away.animators.Skeleton#joints

Generated using TypeDoc