Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2007, 2:29:46 AM (17 years ago)
Author:
nicolasc
Message:

Widget Improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/hbolt.cc

    r10758 r10760  
    182182//     float matrix[4][4];
    183183    glTranslatef (this->getAbsCoor ().x, this->getAbsCoor ().y, this->getAbsCoor ().z);
     184    glPushAttrib(GL_ENABLE_BIT);
     185    glEnable( GL_ALPHA_TEST);
     186    glAlphaFunc( GL_GEQUAL, .5);
    184187    this->halo->draw();
     188    glPopAttrib();
    185189
    186190    Vector tmpRot = this->getAbsDir().getSpacialAxis();
Note: See TracChangeset for help on using the changeset viewer.