Changeset 9140 in orxonox.OLD for branches/terrain/src/lib/graphics/importer/material.h
- Timestamp:
- Jul 4, 2006, 3:06:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/material.h
r8761 r9140 61 61 void setSpecularMap(const std::string& sMap, GLenum target = GL_TEXTURE_2D); 62 62 void setBump(const std::string& bump); 63 64 63 GLuint diffuseTextureID(unsigned int i = 0) const { return (this->textures.size() > i)? this->textures[i].getTexture() : 0; }; 65 64
Note: See TracChangeset
for help on using the changeset viewer.