Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3139 in orxonox.OLD for orxonox/branches/images/importer/material.cc


Ignore:
Timestamp:
Dec 10, 2004, 3:12:55 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/images: doxygen Tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/material.cc

    r3133 r3139  
    387387}
    388388
     389/**
     390   \brief Adds a Texture Path to the List of already existing Paths
     391   \param pathName The Path to add.
     392*/
    389393void Material::addTexturePath(char* pathName)
    390394{
    391395  pathList->addPath (pathName);
    392396}
     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*/
    393403char* Material::searchTextureInPaths(char* texName) const
    394404{
Note: See TracChangeset for help on using the changeset viewer.