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

1 2

  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleTexturedTest.java 113 geomClone.setLocalTranslation(x, y, 0);
124 spheresContainer.setLocalTranslation(new Vector3f(0, 0, -4f));
SimpleSoundTest.java 19 gun.setLocalTranslation(new Vector3f(0, 0, 0));
TestAmbient.java 64 footsteps.setLocalTranslation(new Vector3f(4, -1, 30));
82 waves.setLocalTranslation(new Vector3f(4, -1, 30));
TestMovingParticle.java 100 emit.setLocalTranslation(x, 0, y);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsTestHelper.java 51 floorGeometry.setLocalTranslation(0, -5, 0);
64 boxGeometry.setLocalTranslation(i, 5, -3);
75 sphereGeometry.setLocalTranslation(4, -4, 2);
93 floorGeometry.setLocalTranslation(0, -0.25f, 0);
106 ballGeometry.setLocalTranslation(i, 2, -3);
118 boxGeometry.setLocalTranslation(4, 1, 2);
192 bulletg.setLocalTranslation(app.getCamera().getLocation());
TestCcd.java 100 node2.setLocalTranslation(new Vector3f(2.5f, 0, 0f));
107 node3.setLocalTranslation(new Vector3f(0f, -6, 0f));
133 bulletg.setLocalTranslation(cam.getLocation());
144 bulletg.setLocalTranslation(cam.getLocation());
TestCollisionShapeFactory.java 111 geometry.setLocalTranslation((float) Math.random() * 10 -10, (float) Math.random() * 10 -10, (float) Math.random() * 10 -10);
120 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
121 spat.setLocalTranslation((float) Math.random() * 10, (float) Math.random() * 10, (float) Math.random() * 10);
TestAttachDriver.java 118 floorGeom.setLocalTranslation(new Vector3f(0f, -3, 0f));
204 driverNode.setLocalTranslation(0,2,0);
221 pole1Node.setLocalTranslation(new Vector3f(-2,-1,4));
222 pole2Node.setLocalTranslation(new Vector3f(2,-1,4));
223 bridgeNode.setLocalTranslation(new Vector3f(0,1.4f,4));
TestPhysicsCharacter.java 118 camNode.setLocalTranslation(new Vector3f(0, 1, -5));
  /external/jmonkeyengine/engine/src/core/com/jme3/ui/
Picture.java 123 setLocalTranslation(x, y, z);
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestMovingParticle.java 92 emit.setLocalTranslation(x, 0, y);
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestAmbient.java 60 waves.setLocalTranslation(new Vector3f(0, 0,0));
TestDoppler.java 97 ufo.setLocalTranslation(x, 0, z);
  /external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestTriangleStrip.java 64 teaClone.setLocalTranslation(x * .5f, 0, y * .5f);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestLightNode.java 108 movingNode.setLocalTranslation(new Vector3f(FastMath.cos(angle) * 3f, 2, FastMath.sin(angle) * 3f));
TestPssmShadow.java 73 teapot.setLocalTranslation(0,0,10);
86 teapot.setLocalTranslation((float) random.nextFloat() * 3, (float) random.nextFloat() * 3, (i + 2));
98 teapot.setLocalTranslation((float) random.nextFloat() * 300, (float) random.nextFloat() * 30, 30 * (i + 2));
TestSpotLight.java 82 lightMdl.setLocalTranslation(new Vector3f(77.70334f, 34.013165f, 27.1017f));
120 signpost.setLocalTranslation(12, 3.5f, 30);
149 lightMdl.setLocalTranslation(spot.getPosition());
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 65 g3.setLocalTranslation(.5f, .5f, .01f);
86 n2.setLocalTranslation(Vector3f.UNIT_X.mult(5));
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestBatchLod.java 76 clonePot.setLocalTranslation(x * .5f, 0, y * .5f);
TestLodStress.java 77 clonePot.setLocalTranslation(x * .5f, 0, y * .5f);
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestCameraNode.java 80 ground.setLocalTranslation(-25, -1, 25);
91 camNode.setLocalTranslation(new Vector3f(-10, 0, 0));
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCinematic.java 99 text.setLocalTranslation((cam.getWidth() - text.getLineWidth()) / 2, cam.getHeight(), 0);
186 camNode.setLocalTranslation(new Vector3f(0, 50, 0));
215 teapot.setLocalTranslation(10, 0, 10);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestCollision.java 163 sphere.setLocalTranslation(new Vector3f(x, 100 + y, z));
171 collisionBox.setLocalTranslation(new Vector3f(20, 95, 30));
188 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
199 ch.setLocalTranslation( // center
269 collisionMarker.setLocalTranslation(new Vector3f(hit.getContactPoint().x, height, hit.getContactPoint().z));
304 selectedCollisionObject.setLocalTranslation(oldLoc);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestDepthOfField.java 178 terrain.setLocalTranslation(new Vector3f(0, -30, 0));
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 113 terrain.setLocalTranslation(50, 0, 50);
119 batchNode.setLocalTranslation(pos);
124 g.setLocalTranslation(terrain.getLocalTranslation());
143 box.setLocalTranslation(new Vector3f(xPosition.get(xPosition.size() - 1),
339 box.setLocalTranslation(v.x + FastMath.sin(time * mult1) * 20, v.y + (FastMath.sin(time * mult1) * FastMath.cos(time * mult1) * 20), v.z + FastMath.cos(time * mult2) * 20);

Completed in 359 milliseconds

1 2