Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10957


Ignore:
Timestamp:
Dec 8, 2015, 11:15:47 AM (8 years ago)
Author:
bhatiab
Message:

Fixed collisionshapes and camera angles for the spaceshuttle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/templates/spaceshipShuttle.oxt

    r10956 r10957  
    2727    </attached>
    2828    <collisionShapes>
    29       <!--TODO: real collision shapes -->
    30       <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
    31       <BoxCollisionShape position="13,-1.3,0"  halfExtents="3, 1, 2" />
    32       <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" />
    33       <BoxCollisionShape position="0,0,7"      halfExtents="3, 2, 2" />
    34       <BoxCollisionShape position="0,0.1,-11"  halfExtents="2.2, 1.8, 6" />
    35       <BoxCollisionShape position="0,0.1,-19"  halfExtents="1.4, 1, 2" />
     29      <BoxCollisionShape position=" 0, 0, 20"      halfExtents=" 37, 25, 80" />
     30      <BoxCollisionShape position=" 0, 21, 20"      halfExtents=" 37, 21, 80" />
     31      <BoxCollisionShape position=" 0, 40, 110"      halfExtents=" 20, 10, 40" />
     32      <BoxCollisionShape position=" 0, 45, 170"      halfExtents=" 33, 25, 20" />
     33      <BoxCollisionShape position=" -60, 33, 0"      halfExtents=" 24, 16, 120" />
     34      <BoxCollisionShape position=" 60, 33, 0"      halfExtents=" 24, 16, 120" />
     35      <BoxCollisionShape position=" 0, 10, -90"      halfExtents=" 30, 25, 30" />
     36      <BoxCollisionShape position=" 0, -3, -145"      halfExtents=" 20, 20, 30" />
    3637    </collisionShapes>
    3738
     
    4647    <camerapositions>
    4748      <CameraPosition position="0,90,350" drag=true mouselook=true />
    48       <CameraPosition position="0,150, 400" drag=true mouselook=true />
     49      <CameraPosition position="0,125, 400" drag=true mouselook=true />
    4950      <CameraPosition position="0,200,550" drag=true mouselook=true />
    50       <CameraPosition position="0,120,200" pitch="-80" drag=true mouselook=true />
    5151    </camerapositions>
    5252  </SpaceShip>
Note: See TracChangeset for help on using the changeset viewer.