Fraxinus
17.12-rc4
An IGT application
|
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <GL/glew.h>
#include <glut.h>
Go to the source code of this file.
Macros | |
#define | MAX_TEXTURE_SIZE 1000 |
Functions | |
template<typename TYPE > | |
TYPE * | generateTexture (unsigned int x, unsigned int y, unsigned int z, TYPE red, TYPE green, TYPE blue, TYPE alpha, bool debug=false) |