HomeSort by relevance Sort by last modified time
    Searched refs:setAxes (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 268 cam.setAxes(q);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 226 reflectionCam.setAxes(reflectionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal());
WaterFilter.java 180 reflectionCam.setAxes(reflectionCam.getLeft().negateLocal(), reflectionCam.getUp(), reflectionCam.getDirection().negateLocal());
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 698 * <code>setAxes</code> sets the axes (left, up and direction) for this
705 * @see Camera#setAxes(com.jme3.math.Quaternion)
707 public void setAxes(Vector3f left, Vector3f up, Vector3f direction) {
713 * <code>setAxes</code> uses a rotational matrix to set the axes of the
718 public void setAxes(Quaternion axes) {
    [all...]

Completed in 495 milliseconds