Skip to content

Commit

Permalink
Save?
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ committed Sep 15, 2024
1 parent 11a2e96 commit f363ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/getting_to_know/whatis/graphics/WhatIs_Camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Multiple cameras can be used simultaneously for either a [split screen multi-pla

The projection of the camera can also be made to look different, MonoGame supports the two main modes of projection:

- [Perspective](xref:Microsoft.Xna.Framework.Matrix.html#Microsoft_Xna_Framework_Matrix_CreatePerspective_System_Single_System_Single_System_Single_System_Single_) - A realistic 3D view.
- [Orthographic](xref:Microsoft.Xna.Framework.Matrix.html#Microsoft_Xna_Framework_Matrix_CreateOrthographic_System_Single_System_Single_System_Single_System_Single_) - Provides a flat 2D view.
- [Perspective](xref:Microsoft.Xna.Framework.Matrix#Microsoft_Xna_Framework_Matrix_CreatePerspective_System_Single_System_Single_System_Single_System_Single_) - A realistic 3D view.
- [Orthographic](xref:Microsoft.Xna.Framework.Matrix#Microsoft_Xna_Framework_Matrix_CreateOrthographic_System_Single_System_Single_System_Single_System_Single_) - Provides a flat 2D view.

Each perspective simply alters the way in which content is rendered into view.

Expand Down

0 comments on commit f363ea9

Please sign in to comment.