public Matrix ProjectionMatrix() { if (currentCamera == null) { return(Matrix.Identity); } return(currentCamera.GetProjectionMatrix()); }