Tagged Questions
0
votes
2answers
140 views
How can I improve my Animation
The first approaches in animation for my game relied mostly on sine and cosine functions with the time as parameter.
Here is an example of a very basic jump I implemented.
if(jumping)
{
height = ...