[Orxonox-commit 3852] r8528 - code/trunk/data/levels/templates
landauf at orxonox.net
landauf at orxonox.net
Sun May 22 10:41:20 CEST 2011
Author: landauf
Date: 2011-05-22 10:41:20 +0200 (Sun, 22 May 2011)
New Revision: 8528
Modified:
code/trunk/data/levels/templates/lodInformation.oxt
Log:
disable LOD for some of the debris meshes which cause a crash on old versions of Ogre
Modified: code/trunk/data/levels/templates/lodInformation.oxt
===================================================================
--- code/trunk/data/levels/templates/lodInformation.oxt 2011-05-22 08:15:22 UTC (rev 8527)
+++ code/trunk/data/levels/templates/lodInformation.oxt 2011-05-22 08:41:20 UTC (rev 8528)
@@ -13,6 +13,10 @@
<MeshLodInformation mesh=SemiCircleCockpit.mesh enabled=false/>
<MeshLodInformation mesh=SolarPanel.mesh enabled=false/>
<MeshLodInformation mesh=CuboidLandingZone.mesh enabled=false/>
+
+ <!-- disable LOD for some debris meshes which caused a crash (fixed in Ogre 1.7.3) -->
+ <MeshLodInformation mesh=BodyDebris1.mesh enabled=false/>
+ <MeshLodInformation mesh=WingDebris2.mesh enabled=false/>
</lodinformation>
</Level>
</Template>
More information about the Orxonox-commit
mailing list