Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3388

Last change on this file since 3388 was 3388, checked in by patrick, 19 years ago

orxonox/data: worlds

File size: 1.4 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <WorldEntities>
4    <Player>
5      <name>Benscho</name>
6      <model>../data/models/reaplow.obj</model>
7    </Player>
8    <Environment>
9      <name>Backdrop</name>
10      <model>../data/models/reaplow.obj</model>
11      <position>16.0,400.0,30.0</position>
12      <orientation>0.0,0.0,0.0</orientation>   
13    </Environment>
14  </WorldEntities> 
15  <Track>
16    <Point>0.0,0.0,0.0</Point>
17    <Point>12.0,40.0,0.0</Point>
18    <Point>-12.0,80.0,0.0</Point>
19    <Point>12.0,120.0,0.0</Point>
20    <Point>-12.0,160.0,0.0</Point>
21    <Point>12.0,200.0,0.0</Point>
22    <Duration>120</Duration>
23    <SavePoint/>
24    <Point>0.0,250.0,20.0</Point>
25    <Point>0.0,300.0,50.0</Point>
26    <Fork>A,B,C</Fork>
27    <WorkOn>A</WorkOn>
28    <Point>15.0,300.0,40.0</Point>
29    <Point>50.0,350.0,25.0</Point>
30                <Point>15.0,400.0,30.0</Point>
31    <Duration>120</Duration>
32    <WorkOn>B</WorkOn>
33    <Point>-15.0,300.0,40.0</Point>
34    <Point>-5.0,350.0,60.0</Point>
35                <Point>15.0,400.0,30.0</Point>
36    <Duration>120</Duration>
37    <WorkOn>C</WorkOn>
38    <Point>0.0,300.0,75.0</Point>
39    <Point>0.0,350.0,125.0</Point>
40                <Point>0.0,400.0,66.0</Point>
41    <Duration>120</Duration>
42    <Join>A,B,C</Join>
43                <Point>0.0,450.0,0.0</Point>
44                <Point>0.0,500.0,0.0</Point>
45    <Duration>25</Duration>
46 </Track>
47</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.