org.xith3d.loaders.models.animations
Class MeshDeformationKeyFrameController
java.lang.Object
org.xith3d.loaders.models.animations.KeyFrameController
org.xith3d.loaders.models.animations.MeshDeformationKeyFrameController
public class MeshDeformationKeyFrameController
- extends KeyFrameController
Insert type comment here.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeshDeformationKeyFrameController
public MeshDeformationKeyFrameController(MeshDeformationKeyFrame[] frames,
Shape3D shape)
getFrame
public final MeshDeformationKeyFrame getFrame(int index)
getTarget
public final Shape3D getTarget()
-
- Specified by:
getTarget in class KeyFrameController
updateTarget
protected void updateTarget(float absAnimTime,
int baseFrameIndex,
int nextFrameIndex,
float alpha,
ModelAnimation animation)
-
- Specified by:
updateTarget in class KeyFrameController
sharedCopy
public MeshDeformationKeyFrameController sharedCopy(java.util.Map<java.lang.String,org.jagatoo.datatypes.NamedObject> namedObjects)
-
- Specified by:
sharedCopy in class KeyFrameController