Changeset 4176 in orxonox.OLD for orxonox/trunk/src/lib/gui
- Timestamp:
- May 13, 2005, 11:09:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/gui_video.cc
r4132 r4176 107 107 Label* modelDetailLabel; //!< Label for model-detail. 108 108 Menu* modelDetail; //!< model-detail. 109 CheckButton* particles; //!< If the Particles should be enabled 109 110 Label* antiAliasingLabel; //!< Label for the anti-aliasing mode. 110 111 Menu* antiAliasing; //!< Menu for the Antialiasing-mode. … … 142 143 advancedBox->fill(modelDetail); 143 144 145 particles = new CheckButton(CONFIG_NAME_PARTICLES_ENABLED); 146 particles->saveability(); 147 particles->setDefaultValue(1); 148 advancedBox->fill(particles); 149 144 150 antiAliasingLabel = new Label("Anti-Aliasing-depth:"); 145 151 advancedBox->fill(antiAliasingLabel); … … 155 161 filterMethod->saveability(); 156 162 advancedBox->fill(filterMethod); 163 164 157 165 158 166 closeButton = new Button("close");
Note: See TracChangeset
for help on using the changeset viewer.