Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/lod/data/levels/presentationLODdif.oxw @ 6724

Last change on this file since 6724 was 6724, checked in by rgrieder, 14 years ago

svn:eol-style "native" for all text-based files.

  • Property svn:eol-style set to native
File size: 881 bytes
Line 
1<?lua
2  include("stats.oxo")
3  include("hudtemplates3.oxo")
4  include("lodinformation.oxt")
5?>
6
7<?lua
8  include("templates/spaceship_assff.oxt")
9  include("templates/spaceship_pirate.oxt")
10?>
11
12<Level
13 name         = "Sample"
14 description  = "Just a few tests"
15>
16  <lodinformation>
17          <MeshLodInformation mesh=ast1.mesh lodQuality=4 />
18  </lodinformation>
19  <Scene
20    ambientlight = "0.8, 0.8, 0.8"
21    skybox       = "Orxonox/Starbox"
22  >
23    <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       
28  </Scene>
29
30  <templates>
31        <Template link=lodtemplate_default />
32  </templates>
33</Level>
34
35 
Note: See TracBrowser for help on using the repository browser.