From 185913244cc4021206ff0978a1f0d366c13f91ca Mon Sep 17 00:00:00 2001 From: SimonDarksideJ Date: Sun, 15 Sep 2024 16:29:13 +0100 Subject: [PATCH] Fix links --- .../graphics/camera/HowTo_Apply_Camera_Effects.md | 12 ++++++------ .../graphics/camera/HowTo_Create_Chase_Camera.md | 12 ++++++------ .../camera/HowTo_Create_First_Person_Camera.md | 12 ++++++------ .../camera/HowTo_Create_Third_Person_Camera.md | 12 ++++++------ .../graphics/camera/HowTo_Create_Top_Down_Camera.md | 12 ++++++------ .../getting_to_know/whatis/graphics/WhatIs_Camera.md | 2 +- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/articles/getting_to_know/howto/graphics/camera/HowTo_Apply_Camera_Effects.md b/articles/getting_to_know/howto/graphics/camera/HowTo_Apply_Camera_Effects.md index bb86d1e..d7e903c 100644 --- a/articles/getting_to_know/howto/graphics/camera/HowTo_Apply_Camera_Effects.md +++ b/articles/getting_to_know/howto/graphics/camera/HowTo_Apply_Camera_Effects.md @@ -21,12 +21,12 @@ The example follows on from the [What is a Camera](../../../whatis/graphics/What ## See Also -- [HowTo Create a First Person Camera](../../howto/graphics/camera/HowTo_Create_First_Person_Camera.md) -- [HowTo Create a Third Person Camera](../../howto/graphics/camera/HowTo_Create_Third_Person_Camera.md) -- [HowTo Create a Chase Camera](../../howto/graphics/camera/HowTo_Create_Chase_Camera.md) -- [HowTo Create a Top Down Camera](../../howto/graphics/camera/HowTo_Create_Top_Down_Camera.md) -- [HowTo Apply Camera Effects](../../howto/graphics/camera/HowTo_Apply_Camera_Effects.md) -- [How to display Multiple Screens with Viewports](../../howto/graphics/HowTo_UseViewportForSplitscreenGaming.md) +- [HowTo Create a First Person Camera](HowTo_Create_First_Person_Camera.md) +- [HowTo Create a Third Person Camera](HowTo_Create_Third_Person_Camera.md) +- [HowTo Create a Chase Camera](HowTo_Create_Chase_Camera.md) +- [HowTo Create a Top Down Camera](HowTo_Create_Top_Down_Camera.md) +- [HowTo Apply Camera Effects](HowTo_Apply_Camera_Effects.md) +- [How to display Multiple Screens with Viewports](../HowTo_UseViewportForSplitscreenGaming.md) ### Concepts diff --git a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Chase_Camera.md b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Chase_Camera.md index 80fcbed..c392530 100644 --- a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Chase_Camera.md +++ b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Chase_Camera.md @@ -21,12 +21,12 @@ The example follows on from the [What is a Camera](../../../whatis/graphics/What ## See Also -- [HowTo Create a First Person Camera](../../howto/graphics/camera/HowTo_Create_First_Person_Camera.md) -- [HowTo Create a Third Person Camera](../../howto/graphics/camera/HowTo_Create_Third_Person_Camera.md) -- [HowTo Create a Chase Camera](../../howto/graphics/camera/HowTo_Create_Chase_Camera.md) -- [HowTo Create a Top Down Camera](../../howto/graphics/camera/HowTo_Create_Top_Down_Camera.md) -- [HowTo Apply Camera Effects](../../howto/graphics/camera/HowTo_Apply_Camera_Effects.md) -- [How to display Multiple Screens with Viewports](../../howto/graphics/HowTo_UseViewportForSplitscreenGaming.md) +- [HowTo Create a First Person Camera](HowTo_Create_First_Person_Camera.md) +- [HowTo Create a Third Person Camera](HowTo_Create_Third_Person_Camera.md) +- [HowTo Create a Chase Camera](HowTo_Create_Chase_Camera.md) +- [HowTo Create a Top Down Camera](HowTo_Create_Top_Down_Camera.md) +- [HowTo Apply Camera Effects](HowTo_Apply_Camera_Effects.md) +- [How to display Multiple Screens with Viewports](../HowTo_UseViewportForSplitscreenGaming.md) ### Concepts diff --git a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_First_Person_Camera.md b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_First_Person_Camera.md index a95561f..a7e33a6 100644 --- a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_First_Person_Camera.md +++ b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_First_Person_Camera.md @@ -21,12 +21,12 @@ The example follows on from the [What is a Camera](../../../whatis/graphics/What ## See Also -- [HowTo Create a First Person Camera](../../howto/graphics/camera/HowTo_Create_First_Person_Camera.md) -- [HowTo Create a Third Person Camera](../../howto/graphics/camera/HowTo_Create_Third_Person_Camera.md) -- [HowTo Create a Chase Camera](../../howto/graphics/camera/HowTo_Create_Chase_Camera.md) -- [HowTo Create a Top Down Camera](../../howto/graphics/camera/HowTo_Create_Top_Down_Camera.md) -- [HowTo Apply Camera Effects](../../howto/graphics/camera/HowTo_Apply_Camera_Effects.md) -- [How to display Multiple Screens with Viewports](../../howto/graphics/HowTo_UseViewportForSplitscreenGaming.md) +- [HowTo Create a First Person Camera](HowTo_Create_First_Person_Camera.md) +- [HowTo Create a Third Person Camera](HowTo_Create_Third_Person_Camera.md) +- [HowTo Create a Chase Camera](HowTo_Create_Chase_Camera.md) +- [HowTo Create a Top Down Camera](HowTo_Create_Top_Down_Camera.md) +- [HowTo Apply Camera Effects](HowTo_Apply_Camera_Effects.md) +- [How to display Multiple Screens with Viewports](../HowTo_UseViewportForSplitscreenGaming.md) ### Concepts diff --git a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Third_Person_Camera.md b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Third_Person_Camera.md index 0414d6c..bb821ef 100644 --- a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Third_Person_Camera.md +++ b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Third_Person_Camera.md @@ -21,12 +21,12 @@ The example follows on from the [What is a Camera](../../../whatis/graphics/What ## See Also -- [HowTo Create a First Person Camera](../../howto/graphics/camera/HowTo_Create_First_Person_Camera.md) -- [HowTo Create a Third Person Camera](../../howto/graphics/camera/HowTo_Create_Third_Person_Camera.md) -- [HowTo Create a Chase Camera](../../howto/graphics/camera/HowTo_Create_Chase_Camera.md) -- [HowTo Create a Top Down Camera](../../howto/graphics/camera/HowTo_Create_Top_Down_Camera.md) -- [HowTo Apply Camera Effects](../../howto/graphics/camera/HowTo_Apply_Camera_Effects.md) -- [How to display Multiple Screens with Viewports](../../howto/graphics/HowTo_UseViewportForSplitscreenGaming.md) +- [HowTo Create a First Person Camera](HowTo_Create_First_Person_Camera.md) +- [HowTo Create a Third Person Camera](HowTo_Create_Third_Person_Camera.md) +- [HowTo Create a Chase Camera](HowTo_Create_Chase_Camera.md) +- [HowTo Create a Top Down Camera](HowTo_Create_Top_Down_Camera.md) +- [HowTo Apply Camera Effects](HowTo_Apply_Camera_Effects.md) +- [How to display Multiple Screens with Viewports](../HowTo_UseViewportForSplitscreenGaming.md) ### Concepts diff --git a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Top_Down_Camera.md b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Top_Down_Camera.md index efa0b46..19eea81 100644 --- a/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Top_Down_Camera.md +++ b/articles/getting_to_know/howto/graphics/camera/HowTo_Create_Top_Down_Camera.md @@ -21,12 +21,12 @@ The example follows on from the [What is a Camera](../../../whatis/graphics/What ## See Also -- [HowTo Create a First Person Camera](../../howto/graphics/camera/HowTo_Create_First_Person_Camera.md) -- [HowTo Create a Third Person Camera](../../howto/graphics/camera/HowTo_Create_Third_Person_Camera.md) -- [HowTo Create a Chase Camera](../../howto/graphics/camera/HowTo_Create_Chase_Camera.md) -- [HowTo Create a Top Down Camera](../../howto/graphics/camera/HowTo_Create_Top_Down_Camera.md) -- [HowTo Apply Camera Effects](../../howto/graphics/camera/HowTo_Apply_Camera_Effects.md) -- [How to display Multiple Screens with Viewports](../../howto/graphics/HowTo_UseViewportForSplitscreenGaming.md) +- [HowTo Create a First Person Camera](HowTo_Create_First_Person_Camera.md) +- [HowTo Create a Third Person Camera](HowTo_Create_Third_Person_Camera.md) +- [HowTo Create a Chase Camera](HowTo_Create_Chase_Camera.md) +- [HowTo Create a Top Down Camera](HowTo_Create_Top_Down_Camera.md) +- [HowTo Apply Camera Effects](HowTo_Apply_Camera_Effects.md) +- [How to display Multiple Screens with Viewports](../HowTo_UseViewportForSplitscreenGaming.md) ### Concepts diff --git a/articles/getting_to_know/whatis/graphics/WhatIs_Camera.md b/articles/getting_to_know/whatis/graphics/WhatIs_Camera.md index 32488ac..7e2379c 100644 --- a/articles/getting_to_know/whatis/graphics/WhatIs_Camera.md +++ b/articles/getting_to_know/whatis/graphics/WhatIs_Camera.md @@ -174,7 +174,7 @@ Using this camera is then as simple as: ### Concepts - [What Is 3D Rendering?](WhatIs_3DRendering.md) -- [What Is a Viewport?](../../whatis/graphics/WhatIs_Viewport.md) +- [What Is a Viewport?](WhatIs_Viewport.md) - [What Is a View Frustum?](WhatIs_ViewFrustum.md) - [What Is a Render Target?](WhatIs_Render_Target.md)