Changeset 10728
- Timestamp:
- Oct 31, 2015, 11:33:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/graphics/Model.cc
r9675 r10728 126 126 void Model::enableLod() 127 127 { 128 #if defined(ORXONOX_COMPILER_MSVC) && OGRE_VERSION >= 0x010800 && OGRE_VERSION < 0x010900 129 // disable LOD for MSVC and ogre version 1.8 because it leads to crashes 130 #else 128 131 //LOD 129 132 if( this->mesh_.getEntity()->getMesh()->getNumLodLevels()==1 ) … … 214 217 orxout(verbose, context::lod) << "LodLevel for " << this->meshSrc_ << " not set because is disabled." << endl; 215 218 } 219 #endif 216 220 } 217 221 }
Note: See TracChangeset
for help on using the changeset viewer.