Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 9:02:48 AM (14 years ago)
Author:
scheusso
Message:

some changes regarding lod:

  • added lodtemplate in different levels
  • trying to avoid sigabrt's because of models with too much lod levels
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/templates/lodinformation.oxt

    r7020 r7036  
    11<Template name=lodtemplate_default defaults=false>
    22  <Level>
    3         <lodinformation>
    4           <MeshLodInformation mesh=Carrier.mesh lodQuality=1.8 />
    5           <MeshLodInformation mesh=assff.mesh lodQuality=3 />
    6           <MeshLodInformation mesh=Transporter.mesh lodQuality=5 />
    7           <MeshLodInformation mesh=rocket.mesh lodQuality=5 enabled=true />
    8         </lodinformation>
     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    </lodinformation>
    911  </Level>
    1012</Template>
Note: See TracChangeset for help on using the changeset viewer.