Home | History | Annotate | Download | only in renderer

Lines Matching refs:ortho

976     private void setViewProjection(Camera cam, boolean ortho) {

978 if (ortho) {
996 if (ortho) {
1013 * on the renderer. If <code>ortho</code> is <code>true</code>, then
1014 * instead of using the camera's view and projection matrices, an ortho
1016 * The ortho matrix converts from the range (0 ~ Width, 0 ~ Height, -1 ~ +1)
1020 * @param ortho True if to use orthographic projection (for GUI rendering),
1023 public void setCamera(Camera cam, boolean ortho) {
1025 setViewProjection(cam, ortho);