Example #1
0
 public void SetOrthographicCentered(float width, float height, float near, float far)
 {
     Matrix4.CreateOrthographicCentered(width, height, near, far, out matrix);
     Matrix4.Invert(matrix, out inverseMatrix);
 }