Uses of Class
com.jme3.cinematic.events.MotionTrack

Packages that use MotionTrack
com.jme3.cinematic   
 

Uses of MotionTrack in com.jme3.cinematic
 

Methods in com.jme3.cinematic with parameters of type MotionTrack
 void MotionPath.checkWayPoint(MotionTrack control, float tpf)
           
 float MotionPath.interpolatePath(float time, MotionTrack control, float tpf)
          interpolate the path giving the time since the beginnin and the motionControl this methods sets the new localTranslation to the spatial of the motionTrack control.
 void MotionPathListener.onWayPointReach(MotionTrack motionControl, int wayPointIndex)
          Triggers every time the target reach a waypoint on the path
 void MotionPath.triggerWayPointReach(int wayPointIndex, MotionTrack control)