Need Help
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++.
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
"Free advice is seldom cheap."
-- Rule of Acquisition #59
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement