Skip to content

Commit f363ea9

Browse files
Save?
1 parent 11a2e96 commit f363ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/getting_to_know/whatis/graphics/WhatIs_Camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Multiple cameras can be used simultaneously for either a [split screen multi-pla
145145

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

148-
- [Perspective](xref:Microsoft.Xna.Framework.Matrix.html#Microsoft_Xna_Framework_Matrix_CreatePerspective_System_Single_System_Single_System_Single_System_Single_) - A realistic 3D view.
149-
- [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.
148+
- [Perspective](xref:Microsoft.Xna.Framework.Matrix#Microsoft_Xna_Framework_Matrix_CreatePerspective_System_Single_System_Single_System_Single_System_Single_) - A realistic 3D view.
149+
- [Orthographic](xref:Microsoft.Xna.Framework.Matrix#Microsoft_Xna_Framework_Matrix_CreateOrthographic_System_Single_System_Single_System_Single_System_Single_) - Provides a flat 2D view.
150150

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

0 commit comments

Comments
 (0)