com.jmex.model.ogrexml.anim
Class Animation
java.lang.Object
com.jmex.model.ogrexml.anim.Animation
- All Implemented Interfaces:
- java.io.Serializable
public class Animation
- extends java.lang.Object
- implements java.io.Serializable
Combines mesh and bone animations into one class for easier access
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Animation
Animation(BoneAnimation boneAnim,
MeshAnimation meshAnim)
setBoneAnimation
void setBoneAnimation(BoneAnimation boneAnim)
setMeshAnimation
void setMeshAnimation(MeshAnimation meshAnim)
hasMeshAnimation
boolean hasMeshAnimation()
hasBoneAnimation
boolean hasBoneAnimation()
getName
java.lang.String getName()
getLength
float getLength()
setTime
void setTime(float time,
OgreMesh[] targets,
Skeleton skeleton)
getMeshAnimation
MeshAnimation getMeshAnimation()
getBoneAnimation
BoneAnimation getBoneAnimation()