- Timestamp:
- May 29, 2010, 8:41:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/levels/presentationLODdif.oxw
r6926 r7007 2 2 include("stats.oxo") 3 3 include("hudtemplates3.oxo") 4 include("lodinformation.oxt")5 4 ?> 6 5 … … 8 7 include("templates/spaceship_assff.oxt") 9 8 include("templates/spaceship_pirate.oxt") 9 include("templates/lodinformation.oxt") 10 10 ?> 11 11 … … 14 14 description = "Just a few tests" 15 15 > 16 16 17 <lodinformation> 17 18 <MeshLodInformation mesh=ast1.mesh lodQuality=4 /> 18 19 </lodinformation> 20 19 21 <Scene 20 22 ambientlight = "0.8, 0.8, 0.8" 21 23 skybox = "Orxonox/Starbox" 22 24 > 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 23 30 <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 28 33 </Scene> 29 34 30 35 <templates> 31 36 <Template link=lodtemplate_default /> 32 37 </templates> 38 33 39 </Level> 34 35
Note: See TracChangeset
for help on using the changeset viewer.