Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2010, 8:41:19 PM (15 years ago)
Author:
dafrick
Message:

Tested and cleaned all levels (except for the ones that someone is working on at the moment).
Two levels had old Pickups in them, they have been updated to work properly now.
All levels except one are working. The one that isn't is the presentationHS09b level, which crashes due to LOD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/presentationLODdif.oxw

    r6926 r7007  
    22  include("stats.oxo")
    33  include("hudtemplates3.oxo")
    4   include("lodinformation.oxt")
    54?>
    65
     
    87  include("templates/spaceship_assff.oxt")
    98  include("templates/spaceship_pirate.oxt")
     9  include("templates/lodinformation.oxt")
    1010?>
    1111
     
    1414 description  = "Just a few tests"
    1515>
     16
    1617  <lodinformation>
    17           <MeshLodInformation mesh=ast1.mesh lodQuality=4 />
     18    <MeshLodInformation mesh=ast1.mesh lodQuality=4 />
    1819  </lodinformation>
     20
    1921  <Scene
    2022    ambientlight = "0.8, 0.8, 0.8"
    2123    skybox       = "Orxonox/Starbox"
    2224  >
     25
     26    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
     27
     28    <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
     29   
    2330    <Model position="0,10,0" scale=3 mesh="ast3.mesh"/>
    24         <Model position="0,-10,0" scale=3 mesh="ast3.mesh" lodLevel="1"/>
    25     <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    26     <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
    27        
     31    <Model position="0,-10,0" scale=3 mesh="ast3.mesh" lodLevel="1"/>
     32
    2833  </Scene>
    2934
    3035  <templates>
    31         <Template link=lodtemplate_default />
     36    <Template link=lodtemplate_default />
    3237  </templates>
     38
    3339</Level>
    34 
    35  
Note: See TracChangeset for help on using the changeset viewer.