[ Deprecated ( since = "1.10" ) ]
public void ortho (float left, float right, float bottom, float top, float near, float far)
Warning: ortho is deprecated.
Multiplies this by a parallel projection matrix.
Use orthographic
this |
A 4x4 transformation matrix |
left |
The coordinate for the left clipping plane |
right |
The coordinate for the right clipping plane |
bottom |
The coordinate for the bottom clipping plane |
top |
The coordinate for the top clipping plane |
near |
The <emphasis>distance</emphasis> to the near clipping plane (will be <emphasis>negative</emphasis> if the plane is behind the viewer) |
far |
The <emphasis>distance</emphasis> to the far clipping plane (will be <emphasis>negative</emphasis> if the plane is behind the viewer) |