Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5362


Ignore:
Timestamp:
Dec 16, 2008, 6:08:31 PM (15 years ago)
Author:
rgrieder
Message:

Added proper collision shape for the space ship.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/spaceshiptemplates_physics.oxw

    r5355 r5362  
    2525    </attached>
    2626    <collisionShapes>
    27       <SphereCollisionShape name = "secondSphere" radius=20 position="0,0,0"/>
     27      <!--SphereCollisionShape position="0,0,0"      radius=20 /-->
     28      <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
     29      <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
     30      <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
     31      <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
     32      <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
     33      <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
    2834    </collisionShapes>
    2935  </SpaceShip>
Note: See TracChangeset for help on using the changeset viewer.