| public void |
| setupPerspective(float zNear, float zFar, float fov, float width, float height) |
| method_1_2208(float arg0, float arg1, float arg2, float arg3, float arg4) |
| setToPerspective(float nearZ, float farZ, float fov, float width, float height) |
|
| public void |
| setupOrtho(float zNear, float zFar, float width, float height, boolean invertY) |
| method_1_2207(float arg0, float arg1, float arg2, float arg3, boolean arg4) |
| setToOrthrographic(float nearZ, float farZ, float width, float height, boolean invertY) |
|
| public void |
| setSize(float width, float height) |
| method_1_2206(float arg0, float arg1) |
| setWindowSize(float width, float height) |
|
| public org.joml.Matrix4f |
| getMatrix(org.joml.Matrix4f dest) |
| method_1_2202(org.joml.Matrix4f arg0) |
| toMatrix(org.joml.Matrix4f matrixOut) |
|
| public long |
| getMatrixVersion() |
| method_1_2203() |
| getNumUpdates() |
|
| public float |
| zNear() |
| method_1_2211() |
| getNearZ() |
|
| public float |
| zFar() |
| method_1_2210() |
| getFarZ() |
|
| public float |
| width() |
| method_1_2209() |
| width() |
|
| public float |
| height() |
| method_1_2204() |
| height() |
|
| public float |
| fov() |
| method_1_2201() |
| fov() |
|
| public boolean |
| invertY() |
| method_1_2205() |
| invertY() |
|