Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3494

Last change on this file since 3494 was 3494, checked in by bensch, 18 years ago

orxonox/date: automatic LOD-loading in data

File size: 1.9 KB
RevLine 
[3388]1<WorldDataFile>
2  <name>NULLWORLD</name>
[3407]3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
5
6    <ElementCount>5</ElementCount>
[3413]7    <BackgroundPS>0,0,1.01,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
[3408]9    <BarImage>pictures/load_screen_bar.png</BarImage>
[3407]10  </LoadScreen>
[3388]11  <WorldEntities>
[3489]12
[3487]13    <SpaceShip>
[3451]14      <name>Player</name>
[3494]15      <model>models/ships/reap_#.obj</model>
[3487]16    </SpaceShip>
[3489]17
[3403]18    <SkyBox>
19     <name>Sky</name>
[3415]20     <Materialset>pictures/sky/desert</Materialset>
[3426]21     <Size>10000</Size>
[3403]22    </SkyBox>
[3423]23    <Terrain>
24      <name>HardCore</name>
25      <model>worlds/environ.obj</model>
26    </Terrain>
27  </WorldEntities>
[3442]28    <LightManager>
29    <Lights>
30      <Light>
31       <diffuse-color>1,1,1</diffuse-color>
32       <abs-coor>100,100,50</abs-coor>
33      </Light>
34      <ambient-color>1,1,1</ambient-color>
35    </Lights>
36  </LightManager>
37
[3388]38  <Track>
[3424]39   <Point>0,0,0</Point>
40   <Point>350,50,0</Point>
41   <SavePoint/>
42   <Point>700,50,0</Point>
[3427]43   <Duration>7</Duration>
[3425]44   <Fork>Desert,Metal</Fork>
[3411]45
[3424]46   <WorkOn>Desert</WorkOn>
47   <Point>1000,50,0</Point>
48   <Point>1300,50,-400</Point>
49   <Point>2300,50,-400</Point>
[3425]50   <Point>3000,50,-250</Point>
51   <Point>3700,50,0</Point>
52   <Point>4400,50,100</Point>
53   <Point>5000,50,90</Point>
[3424]54   <Duration>10</Duration>
[3423]55
[3425]56   <WorkOn>Metal</WorkOn>
57   <Point>1000,50,0</Point>
58   <Point>1400,150,500</Point>
59   <Point>2000,100,750</Point>
60   <Point>2300,140,1000</Point>
61   <Point>2600,150,1100</Point>
62   <Duration>8</Duration>
63   <SavePoint>City</SavePoint>
[3424]64   <WorkOn>City</WorkOn>
[3425]65   <Point>2700,200,1150</Point>
66   <Point>3000,200,1130</Point>
67   <Point>3100,200,1150</Point>
68   <Point>3200,200,1150</Point>
69   <Point>3300,200,1140</Point>
70   <Point>3400,200,1130</Point>
71   <Point>3800,120,1000</Point>
72   <Point>4200,1500,750</Point>
73   <Duration>8</Duration>
[3424]74   <Join>Desert,City</Join>
[3388]75 </Track>
76</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.