HomeSort by relevance Sort by last modified time
    Searched refs:wayPointsText (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 95 final BitmapText wayPointsText = new BitmapText(guiFont, false);
96 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize());
98 guiNode.attachChild(wayPointsText);
104 wayPointsText.setText(control.getSpatial().getName() + " Finish!!! ");
106 wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex);
108 wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeight(), 0);
TestMotionPath.java 89 final BitmapText wayPointsText = new BitmapText(guiFont, false);
90 wayPointsText.setSize(guiFont.getCharSet().getRenderedSize());
92 guiNode.attachChild(wayPointsText);
98 wayPointsText.setText(control.getSpatial().getName() + "Finished!!! ");
100 wayPointsText.setText(control.getSpatial().getName() + " Reached way point " + wayPointIndex);
102 wayPointsText.setLocalTranslation((cam.getWidth() - wayPointsText.getLineWidth()) / 2, cam.getHeight(), 0);

Completed in 32 milliseconds