Home
last modified time | relevance | path

Searched refs:motionControl (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestMotionPath.java60 private MotionTrack motionControl; field in TestMotionPath
82 motionControl = new MotionTrack(teapot,path); in simpleInitApp()
83 motionControl.setDirectionType(MotionTrack.Direction.PathAndRotation); in simpleInitApp()
84motionControl.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()
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DMotionPathListener.java48 public void onWayPointReach(MotionTrack motionControl,int wayPointIndex); in onWayPointReach() argument