Packageaway3dlite.loaders.data
Classpublic class BoneData
InheritanceBoneData Inheritance ContainerData Inheritance MeshData 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
 Inheritedgeometry : GeometryData
Defines the geometry used by the mesh instance
MeshData
 Inheritedid : String
Collada animation id
ObjectData
  jointTransform : Matrix3D
Transform information for the joint in a SkinAnimation
BoneData
 Inheritedmaterial : MaterialData
MeshData
 InheritedmaxX : Number
Returns the maximum x value of the container data
ContainerData
 InheritedmaxY : Number
Returns the maximum y value of the container data
ContainerData
 InheritedmaxZ : Number
Returns the maximum z value of the container data
ContainerData
 InheritedminX : Number
Returns the minimum x value of the container data
ContainerData
 InheritedminY : Number
Returns the minimum y value of the container data
ContainerData
 InheritedminZ : Number
Returns the minimum z value of the container data
ContainerData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
 Inheritedskeleton : String
MeshData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Public Methods
 MethodDefined by
 Inherited
clone(object:ObjectData):void
Duplicates the mesh data's properties to another MeshData object
MeshData
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 'away3dlite.loaders.data.BoneData'

Code examples

Comments