From 6a4ecda6d07350d2d864d060a1bdbbbfae246928 Mon Sep 17 00:00:00 2001 From: Peterscraps <101078225+Peterscraps@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:01:05 +0000 Subject: [PATCH] Update broken links in introduction/ deeper_look.rst --- source/manual/introduction/deeper_look.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/manual/introduction/deeper_look.rst b/source/manual/introduction/deeper_look.rst index 7e5f4212..8adbe8c3 100644 --- a/source/manual/introduction/deeper_look.rst +++ b/source/manual/introduction/deeper_look.rst @@ -71,8 +71,8 @@ There are a number of powerful libraries the Range takes advantage of: - `Audaspace `__: A sound library for control of audio. Uses OpenAL or SDL. - `Bullet `__: A physics engine featuring 3D collision detection, soft body dynamics and rigid body dynamics. -- `Detour `__: A pathfinding and spatial reasoning toolkit. -- `Recast `__: A state of the art navigation mesh construction tool set for games. +- `Detour `__: A pathfinding and spatial reasoning toolkit. +- `Recast `__: A state of the art navigation mesh construction tool set for games. Project Development Process =========================== @@ -85,4 +85,4 @@ When creating a game or simulation in Range, there are four essential steps: #. Create one (or more) camera to give a frustum from which to render the scene, and modify the parameters to support the environment in which the game will be displayed, such as Stereo rendering. -#. Launch the game, using the internal player or exporting a runtime to the appropriate platform. \ No newline at end of file +#. Launch the game, using the internal player or exporting a runtime to the appropriate platform.