load TGA textures from file and converts them to suitable OpenGL format. TGA files can be compressed or uncompressed Loading TGA texture code adapted from: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=33 More...
#include "texture.h"
load TGA textures from file and converts them to suitable OpenGL format. TGA files can be compressed or uncompressed Loading TGA texture code adapted from: http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=33