diff options
| author | _Tradam <[email protected]> | 2023-01-20 22:15:56 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-20 22:15:56 -0500 |
| commit | 5496a48d208c76fb12edcfb12184f77c0d653e3d (patch) | |
| tree | e4498fa1be365a6f4cf6b96d0bd0e032fa4856a7 /README.md | |
| parent | b0bfcfaebacc51ffaeeef0e43d57fb5990d69594 (diff) | |
| download | Magnet-Run-3D-master.tar.gz Magnet-Run-3D-master.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ In this demo you play as a ball that rolls around various objects that have comp - Performs a box cast between the proposed camera location and the character to determine if the view would be blocked or if the camera is inside any geometry. If so it will place the camera in front of the blocking geometry. ## Control - - Input is convert to be relative to the camera and direction of gravity allowing for intuitive movement. + - Input is converted to be relative to the camera and direction of gravity allowing for intuitive movement. - Movement speed on the ground and in the air is split into 2 variables allowing better tuning of game feel. - When moving over an edge, a raycast check is performed and if the slope is small enough the the character sticks the surface rather then flying off the edge. |
