Hi,
I'm wondering if it's possible to "tilt" a 2D view.
What I mean is, consider a top-down view. Now, I want to be able to "tilt" the camera up, so the view seems wider at base, but elongated at the top, and it stretches further in the game worlds view.
I'm basically trying to make a 2D racing game, where I have a track laid-out on a 2D map. I could do it with a top-own view, but I'd rather have the player be able to see further in front of him.
Is there a fairly easy way to do with with SFML and 2D graphics?
Thanks!