Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/data/levels/templates/lodInformation.oxt @ 8664

Last change on this file since 8664 was 8627, checked in by landauf, 13 years ago

merged revisions 8527-8530 from trunk to presentation branch:

  • 8527: build fix for mingw, d_ostream.open() is not defined for wchar
  • 8528: disable LOD for some of the debris meshes which cause a crash on old versions of Ogre
  • 8529: fixed lua error when pressing ESC ingame after closing the console
  • 8530: added config value to define the scroll speed in CEGUI listboxes. default 1 line.
  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1<Template name=lodtemplate_default defaults=false>
2  <Level>
3    <lodinformation>
4      <MeshLodInformation mesh=Carrier.mesh lodQuality=1.8 />
5      <MeshLodInformation mesh=assff.mesh lodQuality=3 />
6      <MeshLodInformation mesh=rocket.mesh lodQuality=5 enabled=true />
7      <MeshLodInformation mesh=laserbeam.mesh enabled=false />
8      <MeshLodInformation mesh=HXY.mesh enabled=true numLevels=8 />
9      <MeshLodInformation mesh=Transporter.mesh enabled=true numLevels=8 />
10      <MeshLodInformation mesh=CuboidConnBody.mesh enabled=false/>
11      <MeshLodInformation mesh=CuboidBody.mesh enabled=false/>
12      <MeshLodInformation mesh=DoubleCuboidBody.mesh enabled=false/>
13      <MeshLodInformation mesh=SemiCircleCockpit.mesh enabled=false/>
14      <MeshLodInformation mesh=SolarPanel.mesh enabled=false/>
15      <MeshLodInformation mesh=CuboidLandingZone.mesh enabled=false/>
16      <MeshLodInformation mesh=HydroHarvester.mesh enabled=false />
17
18      <!-- disable LOD for some debris meshes which caused a crash (fixed in Ogre 1.7.3) -->
19      <MeshLodInformation mesh=BodyDebris1.mesh enabled=false/>
20      <MeshLodInformation mesh=WingDebris2.mesh enabled=false/>
21    </lodinformation>
22  </Level>
23</Template>
Note: See TracBrowser for help on using the repository browser.