|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanimata.model.Skeleton
public class Skeleton
| 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 |
|---|
public Skeleton.Joint[] joints
public Skeleton.Bone[] bones
| Constructor Detail |
|---|
public Skeleton(processing.xml.XMLElement child,
Mesh mesh)
| Method Detail |
|---|
public void simulate(int times)
public static java.util.ArrayList<Skeleton.Bone> findBones(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||