Searched refs:RIGHT_PLANE (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java96 * RIGHT_PLANE represents the right plane of the camera frustum.
98 private static final int RIGHT_PLANE = 1; field in class:Camera
1230 Vector3f rightPlaneNormal = worldPlane[RIGHT_PLANE].getNormal();
1236 worldPlane[RIGHT_PLANE].setConstant(location.dot(rightPlaneNormal));
1258 worldPlane[RIGHT_PLANE].setConstant(worldPlane[RIGHT_PLANE].getConstant() - frustumRight);

Completed in 34 milliseconds