Creating Texture Mapping

Started by
3 comments, last by Jean 21 years, 4 months ago
Anybody Know a Good tutorial to learn how to create a Texture Mapping
Advertisement
what do you mean, create the actual image, or actually texture map your objects in opengl?
Air-Conditioners are like computers. They stop working when you open windows.
I mean a texture for a picturte in OpenGL
Its called you load in a picture file such as a bmp with a loader you made and then call glBindTexture() to bind the texture to the poly. Don''t expect everyone to tell you what you need to know just because you are too lazy to go look for a tutorial on the web. I mean hell you did come here from NeHe''s site correct?
------------------------"If it says it loves me, how can it be a virus?"
On a slightly more helpful note, http;//nehe.gamedev.net has some very good tutorials on texture mapping. You might also wanto check out my RAW texturing class that I posted in here however it doesn''t seem to be working at the moment.
OpenGL Revolutions http://students.hightechhigh.org/~jjensen/

This topic is closed to new replies.

Advertisement