Changeset 167 in flair-src for trunk/lib/FlairSimulator/src/SimuUsGL.cpp
- Timestamp:
- Apr 12, 2017, 1:59:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/SimuUsGL.cpp
r158 r167 43 43 position = new Vector3DSpinBox(setup_tab->NewRow(), "position", -2, 2, .01); 44 44 direction = new Vector3DSpinBox(setup_tab->NewRow(), "direction", -2, 2, .01); 45 range = new DoubleSpinBox(setup_tab->NewRow(), "range:", 0, 6, 1);45 range = new DoubleSpinBox(setup_tab->NewRow(), "range:", 0, 1000, 1,0,6.); 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.