Home | History | Annotate | Download | only in games

Lines Matching defs:getLocalTranslation

155         cam.setLocation(player.getLocalTranslation().add(-8, 2, 0));
156 cam.lookAt(player.getLocalTranslation(), Vector3f.UNIT_Y);
178 int playerX = (int) player.getLocalTranslation().getX();
179 int playerZ = (int) player.getLocalTranslation().getZ();
183 cube.getLocalTranslation().set(x, 0, z);
199 Vector3f loc = player.getLocalTranslation();
220 Box floor = new Box(Vector3f.ZERO.add(playerMesh.getLocalTranslation().getX(),
221 playerMesh.getLocalTranslation().getY() - 1, 0), 100, 0, 100);
290 if (cubeField.get(i).getLocalTranslation().getX() + 10 < player.getLocalTranslation().getX()){