Archive 17/01/2023.

Character controller “tilting”

smellymumbler

So, I’ve been trying to customize the 18th example of Urho to match the procedural animation technique by Wolfire Games as shown here:


I’ve been applying a small rotation to the hip bone based on the key that is being pressed: W, A, S or D. However, it’s not as smooth as that. The rotation is very abrubt and doesn’t sway to the direction. Does anyone know how to do this, technically? It is really a hip bone rotation?

George1

You need the accelaration factor to make it smooth.
Maybe increase the angles by x^2. It will be more smooth.