Changeset 2867
- Timestamp:
- Mar 30, 2009, 9:31:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/tools/Mesh.cc
r2662 r2867 70 70 this->entity_ = this->scenemanager_->createEntity("Mesh" + convertToString(Mesh::meshCounter_s++), meshsource); 71 71 this->entity_->setCastShadows(this->bCastShadows_); 72 this->entity_->setNormaliseNormals(true); 72 73 } 73 74 catch (...)
Note: See TracChangeset
for help on using the changeset viewer.