Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8391


Ignore:
Timestamp:
May 2, 2011, 11:50:21 PM (13 years ago)
Author:
youngk
Message:

Added gravitational pull to both planets. This is getting fun!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx2/data/levels/planets.oxw

    r8390 r8391  
    5252      linearDamping="0.8"
    5353      angularDamping="0"
    54       mass="200"
     54      mass="10000000"
    5555      pitch="0"
    56       mesh="jupiter.mesh"
     56      mesh="Muunilinst.mesh"
    5757      atmosphere="atmosphere1"
    5858      rotationaxis="1,0,0"
     
    6161      imagesize="1024.0f"
    6262    >
     63      <attached>
     64        <ForceField position="0,0,0" mode="sphere" diameter="10000" velocity="-50" />
     65      </attached>
    6366      <collisionShapes>
    6467        <SphereCollisionShape radius="1000" position="0,0,0" />
     
    7275      linearDamping="0.8"
    7376      angularDamping="0"
    74       mass="200"
     77      mass="5000000"
    7578      pitch="0"
    7679      mesh="ganymede.mesh"
     
    8184      imagesize="1024.0f"
    8285    >
     86      <attached>
     87        <ForceField position="0,0,0" mode="sphere" diameter="1000" velocity="-500" />
     88      </attached>
    8389      <collisionShapes>
    8490        <SphereCollisionShape radius="100" position="0,0,0" />
Note: See TracChangeset for help on using the changeset viewer.