Changeset 10104 in orxonox.OLD for branches/playability/src/world_entities/effects
- Timestamp:
- Dec 19, 2006, 8:00:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/effects/trail.cc
r10102 r10104 176 176 177 177 glEnable( GL_BLEND); 178 glBlendFunc(GL_SRC_ALPHA,GL_ONE) 178 glBlendFunc(GL_SRC_ALPHA,GL_ONE); 179 179 glDisable( GL_ALPHA_TEST); 180 180
Note: See TracChangeset
for help on using the changeset viewer.