Skip to content

Commit

Permalink
change shrink to enlarge in "Your first 3D game" tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
aGuyWhoMadeGames committed May 30, 2024
1 parent 0a8bd35 commit a460620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/first_3d_game/02.player_input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The sphere's wireframe appears below the character.
|image3|

It will be the shape the physics engine uses to collide with the environment, so
we want it to better fit the 3D model. Shrink it a bit by dragging the orange
we want it to better fit the 3D model. Make it a bit larger by dragging the orange
dot in the viewport. My sphere has a radius of about ``0.8`` meters.

Then, move the collision shape up so its bottom roughly aligns with the grid's plane.
Expand Down

0 comments on commit a460620

Please sign in to comment.