[Orxonox-commit 2333] r7048 - code/branches/presentation3/data/levels
kolibri7 at orxonox.net
kolibri7 at orxonox.net
Mon May 31 15:02:00 CEST 2010
Author: kolibri7
Date: 2010-05-31 15:01:59 +0200 (Mon, 31 May 2010)
New Revision: 7048
Removed:
code/branches/presentation3/data/levels/presentationLODdif.oxw
Modified:
code/branches/presentation3/data/levels/presentationLOD.oxw
Log:
*deleted old lod levels
*changed presentationLOD.oxw for better view of the function
Modified: code/branches/presentation3/data/levels/presentationLOD.oxw
===================================================================
--- code/branches/presentation3/data/levels/presentationLOD.oxw 2010-05-31 12:30:17 UTC (rev 7047)
+++ code/branches/presentation3/data/levels/presentationLOD.oxw 2010-05-31 13:01:59 UTC (rev 7048)
@@ -16,6 +16,9 @@
<templates>
<Template link=lodtemplate_default />
</templates>
+ <lodinformation>
+ <MeshLodInformation mesh=ast2.mesh lodQuality=500 />
+ </lodinformation>
<Scene
ambientlight = "0.8, 0.8, 0.8"
skybox = "Orxonox/Starbox"
@@ -26,7 +29,7 @@
<SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
<Model position="0,10,0" scale=3 mesh="ast3.mesh"/>
- <Model position="0,-10,0" scale=3 mesh="ast3.mesh"/>
+ <Model position="0,-10,0" scale=3 mesh="ast2.mesh"/>
</Scene>
</Level>
Deleted: code/branches/presentation3/data/levels/presentationLODdif.oxw
===================================================================
--- code/branches/presentation3/data/levels/presentationLODdif.oxw 2010-05-31 12:30:17 UTC (rev 7047)
+++ code/branches/presentation3/data/levels/presentationLODdif.oxw 2010-05-31 13:01:59 UTC (rev 7048)
@@ -1,42 +0,0 @@
-<?lua
- include("stats.oxo")
- include("hudtemplates3.oxo")
-?>
-
-<?lua
- include("templates/spaceship_assff.oxt")
- include("templates/spaceship_pirate.oxt")
- include("templates/lodinformation.oxt")
-?>
-
-<Level
- name = "Sample"
- description = "Just a few tests"
->
- <templates>
- <Template link=lodtemplate_default />
- </templates>
-
- <lodinformation>
- <MeshLodInformation mesh=ast1.mesh lodQuality=4 />
- </lodinformation>
-
- <Scene
- ambientlight = "0.8, 0.8, 0.8"
- skybox = "Orxonox/Starbox"
- >
-
- <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" />
-
- <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
-
- <Model position="0,10,0" scale=3 mesh="ast3.mesh"/>
- <Model position="0,-10,0" scale=3 mesh="ast3.mesh" lodLevel="1"/>
-
- </Scene>
-
- <templates>
- <Template link=lodtemplate_default />
- </templates>
-
-</Level>
More information about the Orxonox-commit
mailing list