Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6799 in orxonox.OLD for trunk/src/lib/graphics/importer/material.cc


Ignore:
Timestamp:
Jan 27, 2006, 4:16:02 PM (18 years ago)
Author:
bensch
Message:

trunk: new Hover

File:
1 edited

Legend:

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

    r6763 r6799  
    112112      glEnable(GL_BLEND);
    113113      glBlendFunc(GL_SRC_ALPHA, GL_ONE);
    114       glColor4f(*(this->diffuse), *(this->diffuse+1), *(this->diffuse+2), this->transparency);
     114      //glColor4f(*(this->diffuse), *(this->diffuse+1), *(this->diffuse+2), this->transparency);
    115115    }
    116116  else
    117117    {
    118118      glDisable(GL_BLEND);
    119       glColor4f(*(this->diffuse), *(this->diffuse+1), *(this->diffuse+2), 1);
     119      //glColor4f(*(this->diffuse), *(this->diffuse+1), *(this->diffuse+2), 1);
    120120    }
    121121
Note: See TracChangeset for help on using the changeset viewer.