[Orxonox-commit 3711] r8391 - code/branches/mac_osx2/data/levels
youngk at orxonox.net
youngk at orxonox.net
Mon May 2 23:50:22 CEST 2011
Author: youngk
Date: 2011-05-02 23:50:21 +0200 (Mon, 02 May 2011)
New Revision: 8391
Modified:
code/branches/mac_osx2/data/levels/planets.oxw
Log:
Added gravitational pull to both planets. This is getting fun!
Modified: code/branches/mac_osx2/data/levels/planets.oxw
===================================================================
--- code/branches/mac_osx2/data/levels/planets.oxw 2011-05-02 20:54:01 UTC (rev 8390)
+++ code/branches/mac_osx2/data/levels/planets.oxw 2011-05-02 21:50:21 UTC (rev 8391)
@@ -51,15 +51,18 @@
collisionType="dynamic"
linearDamping="0.8"
angularDamping="0"
- mass="200"
+ mass="10000000"
pitch="0"
- mesh="jupiter.mesh"
+ mesh="Muunilinst.mesh"
atmosphere="atmosphere1"
rotationaxis="1,0,0"
rotationrate="1.0"
atmospheresize="300.0f"
imagesize="1024.0f"
>
+ <attached>
+ <ForceField position="0,0,0" mode="sphere" diameter="10000" velocity="-50" />
+ </attached>
<collisionShapes>
<SphereCollisionShape radius="1000" position="0,0,0" />
</collisionShapes>
@@ -71,7 +74,7 @@
collisionType="dynamic"
linearDamping="0.8"
angularDamping="0"
- mass="200"
+ mass="5000000"
pitch="0"
mesh="ganymede.mesh"
atmosphere="atmosphere1"
@@ -80,6 +83,9 @@
atmospheresize="224.0f"
imagesize="1024.0f"
>
+ <attached>
+ <ForceField position="0,0,0" mode="sphere" diameter="1000" velocity="-500" />
+ </attached>
<collisionShapes>
<SphereCollisionShape radius="100" position="0,0,0" />
</collisionShapes>
More information about the Orxonox-commit
mailing list