danhedron/Magnetite

Player Physics

Closed this issue · 0 comments

As the player is currently just a fixed height raycast against the world, it would be nice if the player were to act like a physical object, this will require implementing some simple Box->Box collision testing (or maybe capsule->box) for collision response, and some method for cleanly integrating it into Character's updates.