Developer Documentation
|
Public Member Functions | |
Texture (GLuint _id=0, GLenum _type=GL_TEXTURE_2D, bool _shadow=false) | |
Texture (GLuint _id=0, GLenum _type=GL_TEXTURE_2D, bool _shadow=false) | |
Public Attributes | |
GLuint | id |
GLenum | type |
bool | shadow |
Texture to be used.
eventually a more flexible texture system with user defined:
Definition at line 306 of file MeshNode2T.cc.