How do I make a jumping dolphin rotate realistically?
- by Johnny
I want to program a dolphin that jumps and rotates like a real dolphin. Jumping is not the problem, but I don't know how to make the rotation. At the moment, my dolphin rotates a little weird. But I want that it rotates like a real dolphin does.
How can I improve the rotation?
public class Game1 : Microsoft.Xna.Framework.Game
{
…