nbenven95 / BattleTank

Second major project in the Udemy Unreal Engine 4 course (project is actually C++, github seems to have goofed)
0 stars 0 forks source link

Reiterating on tank movement: adding wheels and suspension #36

Closed nbenven95 closed 5 years ago

nbenven95 commented 5 years ago

The current movement system is pretty crude- pretty much just pushing the tank along the ground as hard as we can. This causes a lot of issues when we have a terrain that isn't perfectly smooth. To fix this, we're going to implement a simple wheel and suspension system.