[Orxonox-commit 7469] r12075 - code/branches/shader_HS18/data/levels

wiesep at orxonox.net wiesep at orxonox.net
Wed Nov 7 10:21:08 CET 2018


Author: wiesep
Date: 2018-11-07 10:21:08 +0100 (Wed, 07 Nov 2018)
New Revision: 12075

Added:
   code/branches/shader_HS18/data/levels/ShaderHS18_Test.oxw
Log:
Test Level for Shaders

Added: code/branches/shader_HS18/data/levels/ShaderHS18_Test.oxw
===================================================================
--- code/branches/shader_HS18/data/levels/ShaderHS18_Test.oxw	                        (rev 0)
+++ code/branches/shader_HS18/data/levels/ShaderHS18_Test.oxw	2018-11-07 09:21:08 UTC (rev 12075)
@@ -0,0 +1,39 @@
+<LevelInfo
+ name = "ShaderHS18 Test"
+ description = "A leve for testing different shader"
+ tags = "test, showcase"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+  include("stats.oxo")
+  include("HUDTemplates3.oxo")
+  include("templates/lodInformation.oxt")
+?>
+
+<?lua
+  include("templates/spaceshipEscort.oxt")
+?>
+
+<Level>
+  <templates>
+    <Template link=lodtemplate_default />
+  </templates>
+  <?lua include("includes/notifications.oxi") ?>
+
+  <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 team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
+
+    <!--<Model position="0, -50,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="Cube_Lava.mesh" />
+    <Model position="0, 0,-160" yaw="90" pitch="-90" roll="0" scale="5" mesh="Cube_Lava_Normal.mesh" />-->
+    <Model position="0, -50,-160" yaw="90" pitch="-90" roll="0" scale="10" mesh="Cube_Lava_V2.mesh" />
+    <Model position="0, 0,-160" yaw="90" pitch="-90" roll="0" scale="10" mesh="Cube_Lava_V2_Normal.mesh" />
+    
+  </Scene>
+</Level>
+



More information about the Orxonox-commit mailing list