Anyone know how to get the SCREEN coordinates of a 3d coordinate ?
My 3d pacman game draws 2d sprites for the fruits, and I am looking for a way to translate my map-coordinate info into a 2d SCREEN coordinate for my sprite-drawing…
The game can rotate and pan and such, so I need I reliable method for computing where to draw my fruit sprite…