HomeSort by relevance Sort by last modified time
    Searched defs:setLocalTranslation (Results 26 - 28 of 28) sorted by null

12

  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestHoveringTank.java 145 spaceCraft.setLocalTranslation(new Vector3f(-140, 14, -23));
180 missile.setLocalTranslation(pos.addLocal(0, extent.y * 4.5f, 0));
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridAlphaMapTest.java 157 this.terrain.setLocalTranslation(0, 0, 0);
237 m.setLocalTranslation(xSi, 0, zSi);
249 s.setLocalTranslation(s.getLocalTranslation().x, h+1, s.getLocalTranslation().z);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 858 * <code>setLocalTranslation</code> sets the local translation of this
864 public void setLocalTranslation(Vector3f localTranslation) {
870 * <code>setLocalTranslation</code> sets the local translation of this
873 public void setLocalTranslation(float x, float y, float z) {
1010 setLocalTranslation(absTrans);
    [all...]

Completed in 117 milliseconds

12