Changeset 3139 in orxonox.OLD for orxonox/branches/images/importer/material.cc
- Timestamp:
- Dec 10, 2004, 3:12:55 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/material.cc
r3133 r3139 387 387 } 388 388 389 /** 390 \brief Adds a Texture Path to the List of already existing Paths 391 \param pathName The Path to add. 392 */ 389 393 void Material::addTexturePath(char* pathName) 390 394 { 391 395 pathList->addPath (pathName); 392 396 } 397 398 /** 399 \brief Searches for a Texture inside one of the defined Paths 400 \param texName The name of the texture o search for. 401 \returns pathName+texName if texName was found in the pathList. NULL if the Texture is not found. 402 */ 393 403 char* Material::searchTextureInPaths(char* texName) const 394 404 {
Note: See TracChangeset
for help on using the changeset viewer.