HomeSort by relevance Sort by last modified time
    Searched refs:motionControl (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPathListener.java 45 * @param motionControl the MotionTrack objects that reached the waypoint
48 public void onWayPointReach(MotionTrack motionControl,int wayPointIndex);
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestMotionPath.java 60 private MotionTrack motionControl;
82 motionControl = new MotionTrack(teapot,path);
83 motionControl.setDirectionType(MotionTrack.Direction.PathAndRotation);
84 motionControl.setRotation(new Quaternion().fromAngleNormalAxis(-FastMath.HALF_PI, Vector3f.UNIT_Y));
85 motionControl.setInitialDuration(10f);
86 motionControl.setSpeed(2f);
165 motionControl.stop();
168 motionControl.play();

Completed in 20 milliseconds