Changeset 10727 for code/trunk/src/orxonox
- Timestamp:
- Oct 31, 2015, 11:06:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Scene.cc
r10624 r10727 88 88 89 89 // No physics yet, XMLPort will do that. 90 const int defaultMaxWorldSize = 100000;90 const float defaultMaxWorldSize = 100000.0f; 91 91 this->negativeWorldRange_ = Vector3::UNIT_SCALE * -defaultMaxWorldSize; 92 92 this->positiveWorldRange_ = Vector3::UNIT_SCALE * defaultMaxWorldSize;
Note: See TracChangeset
for help on using the changeset viewer.