Searched defs:Skeleton (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DSkeleton.java42 * <code>Skeleton</code> is a convenience class for managing a bone hierarchy.
43 * Skeleton updates the world transforms to reflect the current local
48 public final class Skeleton implements Savable { class in inherits:Savable
66 * @param boneList The list of bones to manage by this Skeleton
68 public Skeleton(Bone[] boneList) { method in class:Skeleton
95 * @param source The source Skeleton to copy from
97 public Skeleton(Skeleton source) { method in class:Skeleton
118 public Skeleton() { method in class:Skeleton
266 sb.append("Skeleton
[all...]

Completed in 96 milliseconds