2 D bitmaps in an opengl 3 scene

Started by
1 comment, last by Neuromencer 22 years, 9 months ago
How can i add 2 d bitmaps in a 3D opengl scene (ie : to add a menu bar) ? Is it possible to get a pointer onvideo memory as whith Direct3D?
Advertisement
not possible with d3d only directdraw.
the normally method is after youve drawn a 3d scene set the view matrix up to be a orthogonal one and draw render 2d textures into that. info on how to do this is in the faq
http://www.frii.com/~martz/oglfaq/


http://members.xoom.com/myBollux
Ok, thx ;-)

This topic is closed to new replies.

Advertisement