Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: finaly moved the *#\!3i& chars out of Material

File:
1 edited

Legend:

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

    r8316 r8369  
    4242    void setBlendFunc(GLenum sFactor, GLenum tFactor) { this->sFactor = sFactor; this->tFactor = tFactor; };
    4343
    44 
    45     // TODO Move them out of here
    46     void setIllum (char* illum);
    47     void setDiffuse (char* rgb);
    48     void setAmbient (char* rgb);
    49     void setSpecular (char* rgb);
    50     void setShininess (char* shini);
    51     void setTransparency (char* trans);
    52 
    5344    void getDiffuseColor(float& r, float& g, float& b) const { r = diffuse[0], g = diffuse[1], b = diffuse[2]; }
    5445
Note: See TracChangeset for help on using the changeset viewer.