Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/surfaceraceHS14/data/levels/templates/DodgeRacePattern.oxt @ 10139

Last change on this file since 10139 was 10139, checked in by sriedel, 9 years ago

Update added trial pattern.

File size: 1.4 KB
Line 
1<Template name=DodgeRaceCube02>
2 
3        <StaticEntity position="0,0,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
4      <attached>
5        <Model position="0,0,0"         mesh="blackcube.mesh"           scale3D="600,50,50" />
6                <Model position="0,0,950"       mesh="blackcube.mesh"           scale3D="600,50,50" />
7                <Model position="800,0,50"      mesh="blackcube.mesh"           scale3D="100,50,100" />
8                <Model position="800,0,850"     mesh="blackcube.mesh"           scale3D="100,50,100" />
9                <Model position="850,0,250"     mesh="blackcube.mesh"           scale3D="50,40,100" />
10                <Model position="850,0,450"     mesh="blackcube.mesh"           scale3D="50,40,100" />
11                <Model position="850,0,650"     mesh="blackcube.mesh"           scale3D="50,40,100" />
12      </attached>
13
14      <collisionShapes>
15        <BoxCollisionShape position="0,0,0" halfExtents="1,1,1" />
16      </collisionShapes>
17        </StaticEntity>
18
19</Template>
20
21<Template name=DodgeRaceCube01>
22 
23        <StaticEntity position="0,0,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
24      <attached>
25        <Model position="0,0,0"         mesh="blackcube.mesh"           scale3D="50,50,100" />
26                <Model position="50,0,150"      mesh="blackcube.mesh"           scale3D="50,50,50" />
27                <Model position="40,0,-155"     mesh="blackcube.mesh"           scale3D="50,50,50" />
28      </attached>
29
30      <collisionShapes>
31        <BoxCollisionShape position="0,1000,0" halfExtents="1,1,1" />
32      </collisionShapes>
33        </StaticEntity>
34
35</Template>
Note: See TracBrowser for help on using the repository browser.