Changeset 3684 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/primitive_model.cc
- Timestamp:
- Mar 30, 2005, 9:56:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/primitive_model.cc
r3658 r3684 70 70 /** 71 71 \brief Builds a Sphere into the Model. 72 \param size The radiusof the Sphere.72 \param size The diameter of the Sphere. 73 73 \param detail The detail of the Sphere. 74 74 */ … … 78 78 if (detail <= 0) 79 79 detail = 1; 80 size /= 2; 80 81 // detail = 2; // make it even 81 82 float df = (float)detail;
Note: See TracChangeset
for help on using the changeset viewer.