Isometric Camera Design

Started by
0 comments, last by edenxiii 19 years, 2 months ago
In the D3D, we can use camera to perform First-Person Shooting View/Camera, but if I want to make a 2D game with isometric map, so, how can I set the camera? how can I make the game has "Isometric" feels? thx
Advertisement
I'd imagine you could just angle your camera to your liking, then from then on when you update the position of the camera (like scrolling around) you apply the same translation to your lookAt vector.

This topic is closed to new replies.

Advertisement