OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:projectionMatrix
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterRenderer.cpp
246
TransformationMatrix
projectionMatrix
;
247
orthogonalProjectionMatrix(
projectionMatrix
, -0.5, 0.5, -0.5, 0.5);
249
projectionMatrix
.toColumnMajorFloatArray(glProjectionMatrix);
/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 1442 milliseconds