Package | away3dlite.loaders.data |
Class | public class BoneData |
Inheritance | BoneData ContainerData MeshData ObjectData |
Property | Defined by | ||
---|---|---|---|
children : Array
An array containing the child 3d objects of the container.
| ContainerData | ||
container : ObjectContainer3D
Reference to the 3d container object of the resulting container.
| ContainerData | ||
geometry : GeometryData
Defines the geometry used by the mesh instance
| MeshData | ||
id : String
Collada animation id
| ObjectData | ||
jointTransform : Matrix3D
Transform information for the joint in a SkinAnimation
| BoneData | ||
material : MaterialData | MeshData | ||
maxX : Number
Returns the maximum x value of the container data
| ContainerData | ||
maxY : Number
Returns the maximum y value of the container data
| ContainerData | ||
maxZ : Number
Returns the maximum z value of the container data
| ContainerData | ||
minX : Number
Returns the minimum x value of the container data
| ContainerData | ||
minY : Number
Returns the minimum y value of the container data
| ContainerData | ||
minZ : Number
Returns the minimum z value of the container data
| ContainerData | ||
name : String
The name of the 3d object used as a unique reference.
| ObjectData | ||
skeleton : String | MeshData | ||
transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData |
jointTransform | property |
public var jointTransform:Matrix3D
Transform information for the joint in a SkinAnimation