Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8370 in orxonox.OLD for trunk/src/lib/graphics/importer/material.h


Ignore:
Timestamp:
Jun 14, 2006, 11:12:52 AM (18 years ago)
Author:
bensch
Message:

doxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/material.h

    r8369 r8370  
    7171    float            shininess;        //!< The shininess of the Material.
    7272    float            transparency;     //!< The transperency of the Material.
    73     GLenum           sFactor;
    74     GLenum           tFactor;
     73    GLenum           sFactor;          //!< The Blending Factor for the Source.
     74    GLenum           tFactor;          //!< The Blending Factor for the Destination.
    7575
    76     std::vector<Texture> textures;    //!< An Array of Textures.
     76    std::vector<Texture> textures;     //!< An Array of Textures.
    7777
    7878    Texture*         ambientTexture;   //!< The ambient texture of the Material.
    7979    Texture*         specularTexture;  //!< The specular texture of the Material.
     80};
    8081
    81 
    82 };
    8382#endif
Note: See TracChangeset for help on using the changeset viewer.