Changeset 8697 in orxonox.OLD for branches/terrain/src/lib/graphics/importer/material.h
- Timestamp:
- Jun 21, 2006, 11:45:20 PM (19 years ago)
- Location:
- branches/terrain
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/material.h
r8619 r8697 60 60 void setSpecularMap(const std::string& sMap, GLenum target = GL_TEXTURE_2D); 61 61 void setBump(const std::string& bump); 62 63 62 GLuint diffuseTextureID(unsigned int i = 0) const { return (this->textures.size() > i)? this->textures[i].getTexture() : 0; }; 64 63
Note: See TracChangeset
for help on using the changeset viewer.