Advertisement

Newbie: show 2D image

Started by June 13, 2003 08:47 AM
1 comment, last by Locutus of Borg 21 years, 8 months ago
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!
Advertisement
Thanks. Probably I have to learn thinking in a more easy way.

This topic is closed to new replies.

Advertisement