animata.model
Class Skeleton

java.lang.Object
  extended by animata.model.Skeleton

public class Skeleton
extends java.lang.Object


Nested Class Summary
 class Skeleton.AttachedVertex
           
 class Skeleton.Bone
           
 class Skeleton.Joint
           
 
Field Summary
 Skeleton.Bone[] bones
           
 Skeleton.Joint[] joints
           
 
Constructor Summary
Skeleton(processing.xml.XMLElement child, Mesh mesh)
           
 
Method Summary
static java.util.ArrayList<Skeleton.Bone> findBones(java.lang.String name)
           
 void simulate(int times)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joints

public Skeleton.Joint[] joints

bones

public Skeleton.Bone[] bones
Constructor Detail

Skeleton

public Skeleton(processing.xml.XMLElement child,
                Mesh mesh)
Method Detail

simulate

public void simulate(int times)

findBones

public static java.util.ArrayList<Skeleton.Bone> findBones(java.lang.String name)


processing library AnimataPlayback by Michael Forrest. (c) 2008