Well, I need to all control my character for several animations as walking, running, jumping, climbing etc... . How to control and to rotate this characer at 90° to left or right? How to make a transition between walking to running and then back to walking by changing in C++ with interpolation if possible? What about the control for vertices from mesh and to make a expression on face of character ? I mean it all are all control behavior from character and making coding and controlled by C++ ?
This link is what I am looking for as inspiration :
Can you help me with example or make a pseudo-code to try and to understand it ?
Thanks.