#include <stdlib.h>#include <iostream>#include <GL/glut.h>#include <cmath>#include <string>#include <errno.h>#include <GL/glext.h>#include <stdio.h>#include <png.h>#include <jpeglib.h>#include <jerror.h>

Go to the source code of this file.
Classes | |
| class | Texture |
Defines | |
| #define | MAX_SIZE_EXTENSION 15 |
| #define | NO_FORMAT 0 |
| #define | JPG_FORMAT 1 |
| #define | PNG_FORMAT 2 |
| #define JPG_FORMAT 1 |
Definition at line 24 of file Texture.h.
Referenced by Texture::get_file_type(), and Texture::load_picture().
| #define NO_FORMAT 0 |
Definition at line 23 of file Texture.h.
Referenced by Texture::get_file_type(), and Texture::load_picture().
| #define PNG_FORMAT 2 |
Definition at line 25 of file Texture.h.
Referenced by Texture::get_file_type(), and Texture::load_picture().
1.5.6