alex-moon / vf

VoidFill
MIT License
0 stars 0 forks source link

Stairs #24

Closed alex-moon closed 1 year ago

alex-moon commented 1 year ago

Eventually we will want to build rooms with stairs. How do we make the player character go up stairs? Solving this will also solve the asteroid edge problem. A thread on this here: https://github.com/schteppe/cannon.js/issues/295

Notably this: "A pill shape (cylinder with hemispheres on top and bottom) is the standard FPS collision shape. It will solve most of your problems."