Changeset 622 for code/branches/FICN/src/orxonox/objects/Model.cc
- Timestamp:
- Dec 18, 2007, 6:03:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/Model.cc
r614 r622 25 25 WorldEntity::loadParams(xmlElem); 26 26 27 28 29 30 31 27 if (xmlElem->Attribute("mesh")) 28 { 29 std::string src = xmlElem->Attribute("mesh"); 30 this->mesh_.setMesh(src); 31 this->attachObject(this->mesh_.getEntity()); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.