HomeSort by relevance Sort by last modified time
    Searched defs:UNIT_Y (Results 1 - 12 of 12) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowCamera.java 65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y);
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 89 cameraMotionControl.setLookAt(teapot.getWorldTranslation(), Vector3f.UNIT_Y);
TestCinematic.java 187 camNode.lookAt(teapot.getLocalTranslation(), Vector3f.UNIT_Y);
199 cameraMotionTrack.setLookAt(model.getWorldTranslation(), Vector3f.UNIT_Y);
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestMousePick.java 99 q.lookAt(closest.getContactNormal(), Vector3f.UNIT_Y);
  /external/jmonkeyengine/engine/src/test/jme3test/input/
TestCameraNode.java 93 camNode.lookAt(teaNode.getLocalTranslation(), Vector3f.UNIT_Y);
125 direction.crossLocal(Vector3f.UNIT_Y).multLocal(5 * tpf);
129 direction.crossLocal(Vector3f.UNIT_Y).multLocal(-5 * tpf);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector3f.java 61 public final static Vector3f UNIT_Y = new Vector3f(0, 1, 0);
    [all...]
Vector4f.java 56 public final static Vector4f UNIT_Y = new Vector4f(0, 1, 0, 0);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 177 cam.lookAt(vehicle.getPhysicsLocation(), Vector3f.UNIT_Y);
TestPhysicsCharacter.java 119 camNode.lookAt(model.getLocalTranslation(), Vector3f.UNIT_Y);
TestFancyCar.java 263 cam.lookAt(carNode.getWorldTranslation(), Vector3f.UNIT_Y);
TestAttachDriver.java 212 slider=new SliderJoint(driver, vehicle, Vector3f.UNIT_Y.negate(), Vector3f.UNIT_Y, true);
244 cam.lookAt(vehicle.getPhysicsLocation(), Vector3f.UNIT_Y);
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 156 cam.lookAt(player.getLocalTranslation(), Vector3f.UNIT_Y);

Completed in 122 milliseconds