Need Help

Started by
1 comment, last by Jean 21 years, 4 months ago
I Just took the script from Tutorial 1 to created a window that can be Fullscreen or Windowed for my game. Then I Did A Bitmap Image with Paint. There is my question... How can I Put That Image as a Background... With OpenGL. And If It can help i''m using Visual C++.
Advertisement
Read beyond tutorial 1, unless you havent already - you need to learn how to create textures from bitmaps. Then from there all you do is draw a textured quad with your bitmap so it will fit the entire screen with the depth buffer off. Then turn the buffer on and draw your game. That way, whatever you draw next will be superimposed over your bitmap.

"Free advice is seldom cheap."
-- Rule of Acquisition #59
Hey tahnks you alot for your help ill do it that way.

But one more think do you know a good tutorial where i could learn to do a texture

This topic is closed to new replies.

Advertisement