Changeset 5684 for code/branches/resource2/src/orxonox
- Timestamp:
- Aug 26, 2009, 9:31:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/resource2/src/orxonox/tools/Mesh.cc
r3280 r5684 71 71 this->entity_->setCastShadows(this->bCastShadows_); 72 72 73 #if OGRE_VERSION < 0x010600 73 74 this->entity_->setNormaliseNormals(true); 74 75 /* … … 79 80 I don't know exactly what this means, but I put this here if there will be problems with shaders. 80 81 */ 82 #endif 81 83 } 82 84 catch (...)
Note: See TracChangeset
for help on using the changeset viewer.