[Orxonox-commit 4340] r9011 - code/branches/presentation2011/data/levels

smerkli at orxonox.net smerkli at orxonox.net
Tue Dec 20 22:53:13 CET 2011


Author: smerkli
Date: 2011-12-20 22:53:13 +0100 (Tue, 20 Dec 2011)
New Revision: 9011

Modified:
   code/branches/presentation2011/data/levels/asteroidField.oxw
Log:
Built saturn-like thing in asteriodfieldtest

Modified: code/branches/presentation2011/data/levels/asteroidField.oxw
===================================================================
--- code/branches/presentation2011/data/levels/asteroidField.oxw	2011-12-20 21:41:35 UTC (rev 9010)
+++ code/branches/presentation2011/data/levels/asteroidField.oxw	2011-12-20 21:53:13 UTC (rev 9011)
@@ -37,36 +37,36 @@
 
 
 
-    <!-- Belt that's far away -->
+    <!-- Belt that's far away  *** TURNED OFF FOR PERFORMANCE REASONS *** -->
     <!-- Generate asteroid field and asteroid belt -->    
+    <!--
     <?lua
     	dofile("includes/asteroidField.lua")
     	asteroidBelt(0, 0, 0, -48, -34, 70, 100, 200, 219900, 210000, 900, 1)
     ?>
+    -->
 
 
-
-
-    <!-- Belts around the planet -->
+    <!-- triple large belt around the planet  -->
     <?lua
     	dofile("includes/asteroidField.lua")
-    	asteroidBelt(3000, 0, 0, -100, -134, 80, 10, 20, 2190, 1800, 100, 1)
+    	asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 7190, 7800, 250, 1)
     ?>
     <?lua
     	dofile("includes/asteroidField.lua")
-    	asteroidBelt(3000, 0, 0, -190, -134, 80, 10, 20, 2190, 1800, 100, 1)
+    	asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 10000, 11000, 300, 1)
     ?>
     <?lua
     	dofile("includes/asteroidField.lua")
-    	asteroidBelt(3000, 0, 0, -270, -134, 80, 10, 20, 2190, 1800, 100, 1)
+    	asteroidBelt(15000, 0, 0, 30, 0, 30, 30, 50, 14000, 15000, 350, 1)
     ?>
 
 
 
     <!-- Planet close to spawn point -->
     <Planet
-      position="3000,0,0"
-      scale="1000"
+      position="15000,0,0"
+      scale="5000"
       collisionType="dynamic"
       linearDamping="0.8"
       angularDamping="0"




More information about the Orxonox-commit mailing list