Changeset 10760 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
 - Jun 21, 2007, 2:29:46 AM (18 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/world_entities/projectiles/hbolt.cc
r10758 r10760 182 182 // float matrix[4][4]; 183 183 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); 184 187 this->halo->draw(); 188 glPopAttrib(); 185 189 186 190 Vector tmpRot = this->getAbsDir().getSpacialAxis();  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






