Searched refs:motionControl (Results 1 – 2 of 2) sorted by relevance
60 private MotionTrack motionControl; field in TestMotionPath82 motionControl = new MotionTrack(teapot,path); in simpleInitApp()83 motionControl.setDirectionType(MotionTrack.Direction.PathAndRotation); in simpleInitApp()84 …motionControl.setRotation(new Quaternion().fromAngleNormalAxis(-FastMath.HALF_PI, Vector3f.UNIT_Y)… in simpleInitApp()85 motionControl.setInitialDuration(10f); in simpleInitApp()86 motionControl.setSpeed(2f); in simpleInitApp()165 motionControl.stop(); in initInputs()168 motionControl.play(); in initInputs()
48 public void onWayPointReach(MotionTrack motionControl,int wayPointIndex); in onWayPointReach() argument