Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4516 in orxonox.OLD


Ignore:
Timestamp:
Jun 6, 2005, 1:18:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: particles now get rendered as expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/text_engine.cc

    r4458 r4516  
    182182/**
    183183   \brief draws the Font
    184    \todo FIX this is to slow/static
    185184*/
    186185void Text::draw(void) const
     
    214213  // setting the Blending effects
    215214  glColor4f(1.0f,1.0f,1.0f, this->blending);
    216   glBlendFunc(GL_SRC_ALPHA, GL_ONE);
     215  //  glBlendFunc(GL_SRC_ALPHA, GL_ONE);
    217216
    218217  glPushMatrix();
Note: See TracChangeset for help on using the changeset viewer.