Contains information about texture image associated to a Mesh. More...
General Functions | |
Texture () | |
Default constructor which creates an empty Texture. More... | |
~Texture () | |
Texture destructor. More... | |
void | clear () |
Clears data. More... | |
Attributes | |
Mat | data |
unsigned int | indice_gl |
String | name |
Contains information about texture image associated to a Mesh.
void clear | ( | ) |
Clears data.
unsigned int indice_gl |
Useful for OpenGL binding reference (value not set by the SDK).
String name |
The name of the file in which the texture is saved.