Last change
on this file since 521 was
519,
checked in by nicolape, 17 years ago
|
Loading the steering works, but there is something odd with the steering object in orxonox.cc… it was defined global, i moved it to orxonox class and made it available with the singleton stuff.. it works for my loader and it compiles well, but when running the listener got a porblem with it and crashes. can someone take a look at id, thx
|
File size:
901 bytes
|
Rev | Line | |
---|
[470] | 1 | <?xml version="1.0"?> |
---|
[469] | 2 | <orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg"> |
---|
| 3 | <description> |
---|
| 4 | This is an orxonox sample level. |
---|
| 5 | </description> |
---|
[412] | 6 | |
---|
[469] | 7 | <loading> |
---|
| 8 | <background color="000000" image="textures/load_screens/ambush.png" /> |
---|
| 9 | <bar top="200" left="50" width="300" height="20" image="textures/load_screens/ambush-loadbar.png" /> |
---|
| 10 | </loading> |
---|
[412] | 11 | |
---|
[469] | 12 | <audio> |
---|
| 13 | |
---|
| 14 | </audio> |
---|
[412] | 15 | |
---|
[469] | 16 | <world> |
---|
[506] | 17 | |
---|
[508] | 18 | <Ambient colourvalue="1,1,1" /> |
---|
[506] | 19 | |
---|
[510] | 20 | <Skybox src="Orxonox/BlueStarSkyBox" /> |
---|
[511] | 21 | |
---|
[515] | 22 | <SceneNode name="OgreHeadNode" pos="0,0,0" /> |
---|
[511] | 23 | |
---|
[515] | 24 | <Entity name="ASSF" src="assf2.mesh" node="OgreHeadNode" /> |
---|
| 25 | |
---|
| 26 | <Camera name="Camera" pos="0,0,-250" lookat="0,0,0" node="OgreHeadNode" /> |
---|
| 27 | |
---|
| 28 | <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" /> |
---|
[519] | 29 | |
---|
[515] | 30 | |
---|
| 31 | |
---|
[469] | 32 | </world> |
---|
[412] | 33 | |
---|
[515] | 34 | |
---|
[469] | 35 | <scripts> |
---|
| 36 | <script file="intro.lua" /> |
---|
| 37 | </scripts> |
---|
[508] | 38 | </orxonoxworld> |
---|
Note: See
TracBrowser
for help on using the repository browser.