Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestCameraMotionPath.java62 private ChaseCamera chaser; field in TestCameraMotionPath
113 chaser = new ChaseCamera(cam, teapot); in simpleInitApp()
114 chaser.registerWithInput(inputManager); in simpleInitApp()
115 chaser.setSmoothMotion(true); in simpleInitApp()
116 chaser.setMaxDistance(50); in simpleInitApp()
117 chaser.setDefaultDistance(50); in simpleInitApp()
172 chaser.setEnabled(true); in initInputs()
176 chaser.setEnabled(false); in initInputs()
DTestMotionPath.java107 ChaseCamera chaser = new ChaseCamera(cam, teapot); in simpleInitApp() local
110 chaser.registerWithInput(inputManager); in simpleInitApp()