displaying 2d bitmaps in 3d scenes

hi,

my problem is to show 2D bitmaps in 3D scenes, with no information of camera-position

the result should a menu like in warcraft3 or other games …

thx

One solution is to render your 2D bitmap in ortho mode then switch to perspective for you 3D stuff.

I have a simple example of this in my glutwindow and clock examples on my website:
http://www.angelfire.com/linux/nexusone/

cool, thx