Changeset 1486 for code/branches/network/src/orxonox/objects
- Timestamp:
- May 30, 2008, 3:02:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/objects/Model.cc
r1466 r1486 85 85 86 86 //HACK!! 87 if ((this->meshSrc_ == "assff.mesh") || (this->meshSrc_ == "ast1.mesh") || (this->meshSrc_ == "ast2.mesh") || (this->meshSrc_ == "ast3.mesh") || (this->meshSrc_ == "ast4.mesh") ||(this->meshSrc_ == "ast5.mesh") || (this->meshSrc_ == "ast6.mesh"))87 /*if ((this->meshSrc_ == "assff.mesh") || (this->meshSrc_ == "ast1.mesh") || (this->meshSrc_ == "ast2.mesh") || (this->meshSrc_ == "ast3.mesh") || (this->meshSrc_ == "ast4.mesh") ||(this->meshSrc_ == "ast5.mesh") || (this->meshSrc_ == "ast6.mesh")) 88 88 { 89 89 Ogre::MeshPtr pMesh = this->mesh_.getEntity()->getMesh(); … … 104 104 105 105 106 } 106 }*/ 107 107 COUT(4) << "Loader (Model.cc): Created model" << std::endl; 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.