Changeset 3336 for code/branches/resource/src/orxonox/GraphicsManager.cc
- Timestamp:
- Jul 23, 2009, 12:15:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource/src/orxonox/GraphicsManager.cc
r3327 r3336 182 182 SetConfigValue(ogreLogLevelCritical_, 2) 183 183 .description("Corresponding orxonox debug level for ogre Critical"); 184 SetConfigValue(detailLevelParticle_, 2)185 .description("O: off, 1: low, 2: normal, 3: high").callback(this, &GraphicsManager::detailLevelParticleChanged);186 }187 188 void GraphicsManager::detailLevelParticleChanged()189 {190 for (ObjectList<ParticleInterface>::iterator it = ObjectList<ParticleInterface>::begin(); it; ++it)191 it->detailLevelChanged(this->detailLevelParticle_);192 184 } 193 185
Note: See TracChangeset
for help on using the changeset viewer.