Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/World2.oxw @ 3423

Last change on this file since 3423 was 3423, checked in by bensch, 20 years ago

orxonox/data: new Material, and Terrain is property of Loading process now

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