Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestMotionPath.java89 final BitmapText wayPointsText = new BitmapText(guiFont, false); in simpleInitApp() local
90 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize()); in simpleInitApp()
92 guiNode.attachChild(wayPointsText); in simpleInitApp()
98 wayPointsText.setText(control.getSpatial().getName() + "Finished!!! "); in simpleInitApp()
100wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex); in simpleInitApp()
102wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeig… in simpleInitApp()
DTestCameraMotionPath.java95 final BitmapText wayPointsText = new BitmapText(guiFont, false); in simpleInitApp() local
96 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize()); in simpleInitApp()
98 guiNode.attachChild(wayPointsText); in simpleInitApp()
104 wayPointsText.setText(control.getSpatial().getName() + " Finish!!! "); in simpleInitApp()
106wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex); in simpleInitApp()
108wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeig… in simpleInitApp()