Newbie: show 2D image
Hi there!
Is there a way to show an image in OpenGL (e.g. a start screen) without having an object, to which I can map the image? I can load the image for example with the TGA-Loader from the nehe tutorials. What do I have to do next? (I write my programs in C under Windows)
You can directly copy pixels to the framebuffer with the glCopyPixels function (msdn.microsoft.com)
PM Times change...
Excuse my poor english!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement