Changeset 3454 in orxonox.OLD for orxonox/trunk/src/importer/model.cc
- Timestamp:
- Mar 3, 2005, 6:35:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/importer/model.cc
r3427 r3454 224 224 } 225 225 226 /** 227 \brief sets a name to the Model 228 \param name The name to set to this Model 229 */ 226 230 void Model::setName(const char* name) 227 231 { … … 858 862 } 859 863 860 864 /** 865 \brief Builds a Sphere into the Model 866 */ 861 867 void Model::sphereModel() 862 868 {
Note: See TracChangeset
for help on using the changeset viewer.