[Orxonox-commit 6072] r10730 - code/branches/campaignHS15/data/levels

bhatiab at orxonox.net bhatiab at orxonox.net
Sat Oct 31 13:51:46 CET 2015


Author: bhatiab
Date: 2015-10-31 13:51:45 +0100 (Sat, 31 Oct 2015)
New Revision: 10730

Modified:
   code/branches/campaignHS15/data/levels/Campaign1.oxw
Log:
Worked on lua.fog, fogFields is working now, but I'm having problemes with generateTorusLikeFog


Modified: code/branches/campaignHS15/data/levels/Campaign1.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-31 11:20:00 UTC (rev 10729)
+++ code/branches/campaignHS15/data/levels/Campaign1.oxw	2015-10-31 12:51:45 UTC (rev 10730)
@@ -52,7 +52,7 @@
         hasPhysics = true
     >
 
-    <SpawnPoint name="playerSpawn" team=0 position="6000,-4000,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
+    <SpawnPoint name="playerSpawn" team=0 position="0,-50,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
 
     <WorldAmbientSound source="Earth.ogg" looping="true" playOnLoad="true" />
 
@@ -469,10 +469,8 @@
     ?>
 
     <?lua
-    --[[
-    dofile("includes/fog.lua")
-    generateFog(-1000,-1000,0,20,0.9)
-    ]]--
+        dofile("includes/fog.lua")
+       fogField(0,0,500,150,20)
     ?>
 
     <!-- Enemies. Outer loop defines waves, inner loop defines enemies in every wave. -->
@@ -560,5 +558,7 @@
         </controller>
     </SpaceShip>
 
+
+
     </Scene>
 </Level>




More information about the Orxonox-commit mailing list