Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2014, 5:18:24 PM (11 years ago)
Author:
sriedel
Message:

Almost there. Death doesnt work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/data/levels/DodgeRace.oxw

    r10135 r10152  
    2626
    2727  <Scene
    28     ambientlight = "2.0, 2.0, 2.0"
     28    ambientlight = "1.0, 1.0, 1.0"
    2929    skybox       = "Orxonox/skyBoxClouds"
    3030    negativeWorldRange = "-100000, -100000, -100000"
     
    4646
    4747    <DodgeRaceCenterPoint name=invadercenter />
    48    
    49    
    50   <StaticEntity position="1500,40,50" direction="0,0,0"   scale="1" collisionType=static mass=0 friction=0.01 >
     48 
     49  <StaticEntity position="0,-50,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
    5150      <attached>
    52         <Model position="0,0,0" mesh="blackcube.mesh" scale3D="50,50,50" />
    53       </attached>
    54 
    55       <collisionShapes>
    56         <BoxCollisionShape position="0,0,0" halfExtents="50,50,50" />
    57       </collisionShapes>
    58 
    59   </StaticEntity>
    60   <StaticEntity position="4500,50,-30" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
    61       <attached>
    62         <Model position="0,0,0" mesh="blackcube.mesh" scale3D="50,40,50" />
    63       </attached>
    64 
    65       <collisionShapes>
    66         <BoxCollisionShape position="0,0,0" halfExtents="50,50,50" />
    67       </collisionShapes>
    68 
    69   </StaticEntity>
    70  
    71   <StaticEntity position="0,-10,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
    72       <attached>
    73         <Model position="0,0,0" mesh="CubeGround.mesh" scale3D="100000,2,100000" />
     51        <Model position="0,0,0" mesh="plane.mesh" scale3D="100000,0,100000" />
    7452      </attached>
    7553
Note: See TracChangeset for help on using the changeset viewer.