Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2016, 2:17:47 PM (7 years ago)
Author:
meilel
Message:

start and finish line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw

    r11327 r11328  
    104104
    105105    <!-- ------------------Planet----------------- -->
    106     <Planet position="25000,5000,5000" scale=1500 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
     106    <Planet position="25000,5000,5000" scale=3000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
    107107    <StaticEntity position="0,0,0" collisionType=static>
    108108        <collisionShapes>
     
    189189    <?lua end ?>
    190190
     191
    191192    <!-- ------------------Boards----------------- -->
    192193    <StaticEntity position="1000,160,0" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static">
     
    199200  </StaticEntity>
    200201
    201   <StaticEntity position="3000,330,100" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static">
     202  <StaticEntity position="5000,230,500" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static">
    202203    <attached>
    203204      <Model scale="20" mesh="Board2.mesh" />
     
    208209  </StaticEntity>
    209210
    210 <StaticEntity position="5000,230,500" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static">
     211<StaticEntity position="10000,-70,200" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static">
    211212    <attached>
    212213      <Model scale="20" mesh="Board2.mesh" />
     
    216217      </collisionShapes>
    217218  </StaticEntity>
    218 
    219219
    220220<!-- ---------------------Checkpoints---------------------- -->
     
    226226    <RaceCheckPoint name="checkpoint1" yaw=90 pitch=90 position="1000,30,0" roll="0" direction="0,1,0" collisionType="static" scale="1" distance="60" checkpointindex="0" islast="false" nextcheckpoints="1,-1,-1">
    227227        <attached>
    228       <Model position="0,0,0" scale="70" mesh="Checkpoint_InnerRing.mesh"/>
     228      <Model position="0,0,0" scale="70" mesh="Checkpoint_Green.mesh"/>
    229229    </attached>
    230230    <collisionShapes>
     
    470470    <RaceCheckPoint name="checkpoint20" yaw=90 pitch=90 position="53000,0,0" direction="0,1,0" roll="0" collisionType="static" scale="1" distance="60" checkpointindex="19" islast="true">
    471471        <attached>
    472       <Model position="0,0,0" scale="70" mesh="Checkpoint_InnerRing.mesh"/>
    473     </attached>
    474     <collisionShapes>
    475         <BoxCollisionShape position="0,0,70"      halfExtents="70, 10, 10" />
    476         <BoxCollisionShape position="0,0,-70"     halfExtents="70, 10, 10" />
    477         <BoxCollisionShape position="70,0,0"      halfExtents="10, 10, 70" />
    478         <BoxCollisionShape position="-70,0,0"     halfExtents="10, 10, 70" />
     472      <Model position="0,0,0" scale="70" mesh="Checkpoint_Finish.mesh"/>
     473    </attached>
     474    <collisionShapes>
     475        <BoxCollisionShape position="0,0,90"      halfExtents="90, 13, 13" />
     476        <BoxCollisionShape position="0,0,-90"     halfExtents="90, 13, 13" />
     477        <BoxCollisionShape position="90,0,0"      halfExtents="13, 13, 90" />
     478        <BoxCollisionShape position="-90,0,0"     halfExtents="13, 13, 90" />
    479479    </collisionShapes>
    480480    </RaceCheckPoint>
Note: See TracChangeset for help on using the changeset viewer.