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

  /external/eigen/demos/opengl/
camera.cpp 232 const Matrix4f& Camera::projectionMatrix(void) const
241 gpu.loadMatrix(projectionMatrix(),GL_PROJECTION);
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 200 protected Matrix4f projectionMatrix = new Matrix4f();
277 cam.projectionMatrix = projectionMatrix.clone();
341 this.projectionMatrix.set(cam.projectionMatrix);
371 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
394 Matrix4f p = projectionMatrix.clone();
422 * The cliPlane is used to recompute the projectionMatrix using the plane as the near plane
    [all...]

Completed in 287 milliseconds