Packageaway3d.loaders.data
Classpublic class BoneData
InheritanceBoneData Inheritance ContainerData Inheritance ObjectData

Data class for a bone used in SkinAnimation.

Public Properties
 PropertyDefined by
 Inheritedchildren : Array
An array containing the child 3d objects of the container.
ContainerData
 Inheritedcontainer : ObjectContainer3D
Reference to the 3d container object of the resulting container.
ContainerData
 Inheritedid : String
Colada animation
ObjectData
  jointTransform : Matrix3D
Transform information for the joint in a SkinAnimation
BoneData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
 Inheritedscale : Number
ObjectData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Property detail
jointTransformproperty
public var jointTransform:Matrix3D

Transform information for the joint in a SkinAnimation

Wiki link
Click to go to the wiki page for 'away3d.loaders.data.BoneData'

Code examples

Comments