|
|
|
|
|
by JabavuAdams
4818 days ago
|
|
Yes, it's very common in player / vehicle controller code. People start with a clean model of how the player should move, using minimal physics, then add layer upon layer of special case code for various environmental / state / networking edge-cases. |
|
I've heard looking at the first person movement code for Valve's games will make you wish for your own death, but stripping out the weird stuff which looks ideologically wrong just makes the game play worse.