Packageaway3d.animators.data
Classpublic class SkeletonJoint
InheritanceSkeletonJoint Inheritance Object

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

See also

away3d.animators.data.Skeleton


Public Properties
 PropertyDefined By
  inverseBindPose : Vector.<Number>
The inverse bind pose matrix, as raw data, used to transform vertices to bind joint space in preparation for transformation using the joint matrix.
SkeletonJoint
  name : String
The name of the joint
SkeletonJoint
  parentIndex : int = -1
The index of the parent joint in the skeleton's joints vector.
SkeletonJoint
Public Methods
 MethodDefined By
  
Creates a new SkeletonJoint object
SkeletonJoint
Property Detail
inverseBindPoseproperty
public var inverseBindPose:Vector.<Number>

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

nameproperty 
public var name:String

The name of the joint

parentIndexproperty 
public var parentIndex:int = -1

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

See also

Constructor Detail
SkeletonJoint()Constructor
public function SkeletonJoint()

Creates a new SkeletonJoint object