background image

how do i set a background image??

Not sure if this is what you’re after, but, try looking at OpenGL functions to copy an image to the frame buffer – glDrawPixels(), glRasterPos*(), etc. You might also look at texturing a “background” polygon. I don’t know of a way to clear the frame buffer to an image … but rather a constant color.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.