Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 26, 2005, 11:01:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Sphers Rendered around the Turret-Power-Up (this looks really bad)

File:
1 edited

Legend:

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

    r5374 r5437  
    9191    {
    9292      glEnable(GL_BLEND);
     93      glBlendFunc(GL_SRC_ALPHA, GL_ONE);
    9394      glColor4f(*(this->diffuse), *(this->diffuse+1), *(this->diffuse+2), this->transparency);
    94       glBlendFunc(GL_SRC_ALPHA, GL_ONE);
    9595    }
    9696  else
Note: See TracChangeset for help on using the changeset viewer.