Textures and GLUT

Started by
1 comment, last by Asmodean00 22 years, 8 months ago
Hello, I''m using GLUT and I was wondering if GLUT has functions to deal with loading and manipulating textures (bitmaps). If not, what would the functions for OpenGL be? Any basic tutorials for texture handling? Thank you for your time, Asmodean00 I''''m a coder who sucks.
I''m a coder who sucks.
Advertisement
GLUT does not have any functions to deal with loading textures.
You have many libraries and options for this. One of the better is probably the TGA loader in one of the latest (35?) NeHe tutorials. It is a separate file with header so it is easy to use in your project. TGA is a good format since it supports bitmaps with a alpha channel.

Go to nehe.gamedev.net and there are some very good tutorials.

This topic is closed to new replies.

Advertisement