Changeset 11328 for code/branches/SpaceRace_HS16/data/levels
- Timestamp:
- Dec 12, 2016, 2:17:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
r11327 r11328 104 104 105 105 <!-- ------------------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 /> 107 107 <StaticEntity position="0,0,0" collisionType=static> 108 108 <collisionShapes> … … 189 189 <?lua end ?> 190 190 191 191 192 <!-- ------------------Boards----------------- --> 192 193 <StaticEntity position="1000,160,0" direction="-1,0,0" yaw=90 pitch=0 roll=-30 collisionType="static"> … … 199 200 </StaticEntity> 200 201 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"> 202 203 <attached> 203 204 <Model scale="20" mesh="Board2.mesh" /> … … 208 209 </StaticEntity> 209 210 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"> 211 212 <attached> 212 213 <Model scale="20" mesh="Board2.mesh" /> … … 216 217 </collisionShapes> 217 218 </StaticEntity> 218 219 219 220 220 <!-- ---------------------Checkpoints---------------------- --> … … 226 226 <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"> 227 227 <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"/> 229 229 </attached> 230 230 <collisionShapes> … … 470 470 <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"> 471 471 <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" /> 479 479 </collisionShapes> 480 480 </RaceCheckPoint>
Note: See TracChangeset
for help on using the changeset viewer.