Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2011, 10:54:01 PM (13 years ago)
Author:
youngk
Message:

Yess-a-doo! Okay, planets now have collision shapes. Follow the example in planets.oxw

File:
1 edited

Legend:

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

    r8389 r8390  
    6969      position="10000,0,0"
    7070      scale="100"
     71      collisionType="dynamic"
     72      linearDamping="0.8"
     73      angularDamping="0"
     74      mass="200"
    7175      pitch="0"
    7276      mesh="ganymede.mesh"
     
    7680      atmospheresize="224.0f"
    7781      imagesize="1024.0f"
    78     />
     82    >
     83      <collisionShapes>
     84        <SphereCollisionShape radius="100" position="0,0,0" />
     85      </collisionShapes>
     86    </Planet>
    7987  </Scene>
    8088</Level>
Note: See TracChangeset for help on using the changeset viewer.