Public Member Functions | |
void | render () const |
virtual const RTTI & | getType () const |
void | setHeightMap (Texture *tex) |
void | setTexture (int i, Texture *tex) |
void | setAlphaMap (Texture *tex) |
Static Public Attributes | |
static const RTTI | TYPE |
Protected Attributes | |
Vec3f * | vertices |
unsigned int * | indices |
Texture * | heightMap |
Texture * | alphaMap |
Texture * | textures [3] |
int | nbOfTriangles |
GLSLShader | terrainShader |