Uses of Class
com.jme3.animation.PoseTrack.PoseFrame

Packages that use PoseTrack.PoseFrame
com.jme3.animation The com.jme3.animation package contains various classes for managing animation inside a jME3 application. 
 

Uses of PoseTrack.PoseFrame in com.jme3.animation
 

Methods in com.jme3.animation that return PoseTrack.PoseFrame
 PoseTrack.PoseFrame PoseTrack.PoseFrame.clone()
          This method creates a clone of the current object.
 

Constructors in com.jme3.animation with parameters of type PoseTrack.PoseFrame
PoseTrack(int targetMeshIndex, float[] times, PoseTrack.PoseFrame[] frames)
          Deprecated.