View Full Version : How to draw the bitmap or jpeg in window platform using OpenGL?
Elliot
06-10-2005, 05:01 PM
Now I am devloping the project which used opengl to draw the animation bitmap ?
how can I do or any documents I can refer to ?
Thanks in advance!
Ehsan Kamrani
06-10-2005, 05:38 PM
To animate a bitmap, programmers load a bitmap-or other types of pictures-, bind it and specify its properties. then they attach this texture to a surface and animate this surface.
The best reference is NeHe articles: nehe.gamedev.net .
Elliot
06-11-2005, 04:26 PM
Thanks in advance!
Could you provide me a demo using visual c++ project ?
I am just a beginer of opengl.
NeHe (http://nehe.gamedev.net) provides some 40 tuts. Download them and study them.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.