Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2012, 1:51:55 PM (12 years ago)
Author:
laumerf
Message:

new collision shape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceRace/data/levels/templates/spaceshipRace.oxt

    r9059 r9061  
    4949    <collisionShapes>
    5050
    51         <ConeCollisionShape position="0,0,0"     hight="15" radius="15" />
    52        
     51      <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
     52      <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
     53      <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
     54      <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
     55      <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
     56      <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     57
    5358    </collisionShapes>
    5459<?lua
Note: See TracChangeset for help on using the changeset viewer.