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

1 2 3 4 5 6

  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestTextureAtlas.java 57 obj1.setLocalTranslation(-4, 0, 0);
59 obj2.setLocalTranslation(-2, 0, 0);
61 obj3.setLocalTranslation(-0, 0, 0);
63 obj4.setLocalTranslation(2, 0, 0);
65 obj5.setLocalTranslation(4, 0, 0);
87 box.setLocalTranslation(0, 1, 3);
  /external/jmonkeyengine/engine/src/test/jme3test/conversion/
TestMipMapGen.java 54 txt.setLocalTranslation(0, settings.getHeight() - txt.getLineHeight() * 4, 0);
58 txt.setLocalTranslation(0, settings.getHeight() - txt.getLineHeight() * 3, 0);
84 // quad1.setLocalTranslation(1, 0, 0);
87 quad2.setLocalTranslation(1, 0, 0);
TestTriangleStrip.java 64 teaClone.setLocalTranslation(x * .5f, 0, y * .5f);
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java 68 wall.setLocalTranslation(2.0f,-2.5f,0.0f);
77 helloText.setLocalTranslation(300, helloText.getLineHeight(), 0);
84 ninja.setLocalTranslation(0.0f, -5.0f, -2.0f);
  /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);
TestBrickTower.java 135 bulletg.setLocalTranslation(cam.getLocation());
187 floor.setLocalTranslation(0, 0, 0);
217 reBoxg.setLocalTranslation(ori);
231 ch.setLocalTranslation( // center
TestBrickWall.java 124 bulletg.setLocalTranslation(cam.getLocation());
160 floor.setLocalTranslation(0, -0.1f, 0);
191 reBoxg.setLocalTranslation(ori);
205 ch.setLocalTranslation( // center
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNode.java 70 cube.setLocalTranslation(3, 0, 0);
71 cube2.setLocalTranslation(0, 3, 0);
89 cube2.setLocalTranslation(FastMath.sin(-time)*3, FastMath.cos(time)*3, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/gui/
TestBitmapFont.java 71 txt.setLocalTranslation(0, txt.getHeight(), 0);
77 txt2.setLocalTranslation(0, txt2.getHeight(), 0);
83 txt3.setLocalTranslation(0, settings.getHeight()/2, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestDebugShapes.java 66 putShape(arrow, color).setLocalTranslation(pos);
70 putShape(new WireBox(size, size, size), color).setLocalTranslation(pos);
78 putShape(new WireSphere(1), color).setLocalTranslation(pos);
TestSphere.java 57 sphere.setLocalTranslation(x * 2, 0, y * 2);
TestBillboard.java 65 g3.setLocalTranslation(.5f, .5f, .01f);
86 n2.setLocalTranslation(Vector3f.UNIT_X.mult(5));
TestCustomMesh.java 127 coloredMesh.setLocalTranslation(4, 0, 0);
149 wfGeom.setLocalTranslation(4, 4, 0);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
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));
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java 82 helpText.setLocalTranslation(0, settings.getHeight(), 0);
92 fireballText.setLocalTranslation(0, fireballText.getLineHeight(), 0);
97 shurikenText.setLocalTranslation(0, shurikenText.getLineHeight()*2f, 0);
102 jabText.setLocalTranslation(0, jabText.getLineHeight()*3f, 0);
107 punchText.setLocalTranslation(0, punchText.getLineHeight()*4f, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
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/water/
TestSimpleWater.java 87 waterPlane.setLocalTranslation(-5, 0, 5);
113 lightSphere.setLocalTranslation(lightPos);
139 lightSphere.setLocalTranslation(lightPos);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 83 spatial.setLocalTranslation(localLocation);
86 spatial.setLocalTranslation(localLocation);
88 // spatial.setLocalTranslation(worldLocation);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 117 spatial.setLocalTranslation(localLocation);
120 spatial.setLocalTranslation(worldLocation);
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestOgreLoading.java 108 lightMdl.setLocalTranslation(pl.getPosition());
109 lightMd2.setLocalTranslation(p2.getPosition());
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestChangeAppIcon.java 72 helloText.setLocalTranslation(300, helloText.getLineHeight(), 0);
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestReverb.java 73 audioSource.setLocalTranslation(v);

Completed in 782 milliseconds

1 2 3 4 5 6