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