private Matrix GetViewMatrix() { return(GetCameraMatrix() * _camera.GetViewTransform() * Matrix.Translation(0, 0.2f, 0)); }