Changeset 10152 for code/branches/surfaceraceHS14/data/levels/DodgeRace.oxw
- Timestamp:
- Dec 3, 2014, 5:18:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/surfaceraceHS14/data/levels/DodgeRace.oxw
r10135 r10152 26 26 27 27 <Scene 28 ambientlight = " 2.0, 2.0, 2.0"28 ambientlight = "1.0, 1.0, 1.0" 29 29 skybox = "Orxonox/skyBoxClouds" 30 30 negativeWorldRange = "-100000, -100000, -100000" … … 46 46 47 47 <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 > 51 50 <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" /> 74 52 </attached> 75 53
Note: See TracChangeset
for help on using the changeset viewer.