Changeset 8548 in orxonox.OLD for branches/terrain/src/lib/graphics/importer/material.h
- Timestamp:
- Jun 16, 2006, 11:35:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/material.h
r8037 r8548 63 63 void setBump(const std::string& bump); 64 64 GLuint getDiffuseTexture(unsigned int i = 0) const { return (this->textures.size() > i)? this->textures[i].getTexture() : 0; }; 65 66 65 static void addTexturePath(const std::string& pathName); 67 66
Note: See TracChangeset
for help on using the changeset viewer.