Changeset 4515 in orxonox.OLD for orxonox/trunk/src/lib/particles
- Timestamp:
 - Jun 6, 2005, 1:14:06 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/lib/particles/particle_system.cc
r4493 r4515 287 287 case PARTICLE_SPRITE: 288 288 glMatrixMode(GL_MODELVIEW); 289 glD isable(GL_DEPTH_TEST);289 glDepthMask(GL_FALSE); 290 290 291 291 material->select(); … … 333 333 drawPart = drawPart->next; 334 334 } 335 336 335 glDepthMask(GL_TRUE); 337 336 break; 338 337  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






