Searched refs:wayPointsText (Results 1 – 2 of 2) sorted by relevance
89 final BitmapText wayPointsText = new BitmapText(guiFont, false); in simpleInitApp() local90 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize()); in simpleInitApp()92 guiNode.attachChild(wayPointsText); in simpleInitApp()98 wayPointsText.setText(control.getSpatial().getName() + "Finished!!! "); in simpleInitApp()100 … wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex); in simpleInitApp()102 …wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeig… in simpleInitApp()
95 final BitmapText wayPointsText = new BitmapText(guiFont, false); in simpleInitApp() local96 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize()); in simpleInitApp()98 guiNode.attachChild(wayPointsText); in simpleInitApp()104 wayPointsText.setText(control.getSpatial().getName() + " Finish!!! "); in simpleInitApp()106 … wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex); in simpleInitApp()108 …wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeig… in simpleInitApp()