[Orxonox-commit 6130] r10788 - code/branches/planetLevelHS15/data/levels

hzuellig at orxonox.net hzuellig at orxonox.net
Mon Nov 9 16:02:14 CET 2015


Author: hzuellig
Date: 2015-11-09 16:02:14 +0100 (Mon, 09 Nov 2015)
New Revision: 10788

Modified:
   code/branches/planetLevelHS15/data/levels/betterearth.oxw
Log:
skyscrapers and stuff



Modified: code/branches/planetLevelHS15/data/levels/betterearth.oxw
===================================================================
--- code/branches/planetLevelHS15/data/levels/betterearth.oxw	2015-11-09 14:54:40 UTC (rev 10787)
+++ code/branches/planetLevelHS15/data/levels/betterearth.oxw	2015-11-09 15:02:14 UTC (rev 10788)
@@ -47,7 +47,7 @@
 
 
     <SpawnPoint
-      position="70000,0,0"
+      position="100,0,0"
       lookat="0,0,0"
       spawnclass="SpaceShip"
       pawndesign="spaceshipHXY"
@@ -55,30 +55,7 @@
     <PortalEndPoint position="70500,100,0" id="1" distance="40" target="MobileEntity" design="PortalDefault"/>
 
     <!-- This is a model of Earth: mass=EarthMass/1000 and radius=EarthRadius[km]*10 -->
-    <Planet
-      position="0,0,0"
-      scale="63000"
-      collisionType="dynamic"
-      linearDamping="0.8"
-      angularDamping="0"
-      mass="5.9e21"
-      pitch="0"
-      mesh="planets/betterearth.mesh"
-      atmosphere="atmosphere1"
-      rotationaxis="0,1,0"
-      rotationrate="0.2"
-      atmospheresize="80.0f"
-      imagesize="8100.0f"
-      collisiondamage = 2
-      enablecollisiondamage = true
-    >
-      <attached>
-        <ForceField position="0,0,0" mode="newtonianGravity" diameter="140000" massDiameter="126000" mass="5.9e21" />
-      </attached>
-      <collisionShapes>
-        <SphereCollisionShape radius="63000" position="0,0,0" />
-      </collisionShapes>
-    </Planet>
+   
 
     <!-- This is a model of our Moon: mass=MoonMass/1000 and radius=MoonRadius[km]*10 and position=DistanceFromEarth[km]*10 -->
     <Planet
@@ -92,7 +69,7 @@
       mesh="planets/moon.mesh"
       atmosphere="atmosphere1"
       rotationaxis="0,1,0"
-      rotationrate="0.2"
+      rotationrate="010"
       atmospheresize="80.0f"
       imagesize="1024.0f"
       collisiondamage = 2
@@ -107,6 +84,11 @@
     </Planet>
     <PortalEndPoint position="3603330,100,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/>
 
+	<StaticEntity position="0,0,0" scale="100">
+		<attached>
+			<Model  mesh="Glasstower1.mesh" />
+		</attached>
+	</StaticEntity>
     <!-- Create portals from Earth to the Moon -->
     <PortalLink fromID="1" toID="2" />
     <PortalLink fromID="2" toID="1" />




More information about the Orxonox-commit mailing list