Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/World2.oxw @ 3422

Last change on this file since 3422 was 3422, checked in by bensch, 19 years ago

orxonox/trunk: added new environ.obj, that is a new (cooler) World for orxonox

File size: 1.5 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/sky/skybox_right.jpg</BackgroundImage>
5
6    <ElementCount>5</ElementCount>
7    <BackgroundPS>0,0,1.01,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
9  </LoadScreen>
10  <WorldEntities>
11    <Player>
12      <name>fighter</name>
13      <model>models/fighter.obj</model>
14    </Player>
15    <SkyBox>
16     <name>Sky</name>
17     <Materialset>pictures/sky/desert</Materialset>
18    </SkyBox>
19  </WorldEntities>
20  <Track>
21    <Point>0.0,0.0,0.0</Point>
22    <Point>12.0,40.0,0.0</Point>
23    <Point>-12.0,80.0,0.0</Point>
24    <Point>12.0,120.0,0.0</Point>
25    <Point>-12.0,160.0,0.0</Point>
26    <Point>12.0,200.0,0.0</Point>
27    <Duration>120</Duration>
28    <SavePoint/>
29    <Point>0.0,250.0,20.0</Point>
30    <Point>0.0,300.0,50.0</Point>
31    <Fork>A,B,C</Fork>
32    <WorkOn>A</WorkOn>
33    <Point>15.0,300.0,40.0</Point>
34    <Point>50.0,350.0,25.0</Point>
35                <Point>15.0,400.0,30.0</Point>
36    <Duration>120</Duration>
37    <WorkOn>B</WorkOn>
38    <Point>-15.0,300.0,40.0</Point>
39    <Point>-5.0,350.0,60.0</Point>
40                <Point>15.0,400.0,30.0</Point>
41    <Duration>120</Duration>
42    <WorkOn>C</WorkOn>
43    <Point>0.0,300.0,75.0</Point>
44    <Point>0.0,350.0,125.0</Point>
45                <Point>0.0,400.0,66.0</Point>
46    <Duration>120</Duration>
47    <Join>A,B,C</Join>
48                <Point>0.0,450.0,0.0</Point>
49                <Point>0.0,500.0,0.0</Point>
50    <Duration>25</Duration>
51 </Track>
52</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.