-
Junior Member
Regular Contributor
Background...
I'm a total newbie at opengl programming, I'm wondering how do I put a background in form of a bitmap, I'm using GLUT...
-
Re: Background...
I'm trying to do the same thing...
A solution is to make a polygon and to put a texture on it...
If you find another solution could you let me know
Le Bayonnais
-
Senior Member
OpenGL Guru
Re: Background...
Hello
True, the best way to make a background is to draw a large, textured polygon. Ok, maybe this is not the very best solution, but it's a great one, and easy too.
However, there is a function called glDrawPixels(), if you use it, you can skip the polygon, but it's extremely slow 
I say, go for a polygon...
Bob
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules