Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2010, 3:21:51 PM (14 years ago)
Author:
kolibri7
Message:

*fully functional lod implementation
*added file templates/lodinformation.oxt in many maps
*changed some settings in templates/lodinformation.oxt

Location:
code/branches/lod/data/levels
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lod/data/levels/empty_level.oxw

    r6560 r6909  
    22  include("stats.oxo")
    33  include("hudtemplates3.oxo")
     4  include("templates/lodinformation.oxt")
    45?>
    56
     
    1314 description  = "Just a few tests"
    1415>
     16  <templates>
     17    <Template link=lodtemplate_default />
     18  </templates>
     19
    1520  <Scene
    1621    ambientlight = "0.8, 0.8, 0.8"
  • code/branches/lod/data/levels/gametype_asteroids.oxw

    r6417 r6909  
    33  include("stats.oxo")
    44  include("templates/spaceship_assff.oxt")
     5  include("templates/lodinformation.oxt")
    56?>
    67
     
    1011 gametype     =  Asteroids
    1112>
     13  <templates>
     14    <Template link=lodtemplate_default />
     15  </templates>
     16
    1217<Scene
    1318 ambientlight = "0.5, 0.5, 0.5"
  • code/branches/lod/data/levels/teambasematchlevel.oxw

    r6417 r6909  
    55  include("templates/spaceship_assff.oxt")
    66  include("templates/spaceship_pirate.oxt")
     7  include("templates/lodinformation.oxt")
    78?>
    89
     
    1213 gametype     = TeamBaseMatch
    1314>
     15  <templates>
     16    <Template link=lodtemplate_default />
     17  </templates>
     18
    1419  <Scene
    1520   ambientlight = "0.5, 0.5, 0.5"
  • code/branches/lod/data/levels/teamdeathmatch.oxw

    r5781 r6909  
    55  include("templates/spaceship_H2.oxt")
    66  include("templates/spaceship_pirate.oxt")
     7  include("templates/lodinformation.oxt")
    78?>
    89
     
    1213 gametype     = TeamDeathmatch
    1314>
     15  <templates>
     16    <Template link=lodtemplate_default />
     17  </templates>
     18
    1419  <Scene
    1520   ambientlight = "0.7, 0.6, 0.6"
  • code/branches/lod/data/levels/templates/lodinformation.oxt

    r6881 r6909  
    22  <Level>
    33        <lodinformation>
    4           <MeshLodInformation mesh=Carrier.mesh lodQuality=2.4 />
     4          <MeshLodInformation mesh=Carrier.mesh lodQuality=1.8 />
     5          <MeshLodInformation mesh=assff.mesh lodQuality=3 />
    56        </lodinformation>
    67  </Level>
Note: See TracChangeset for help on using the changeset viewer.