Changeset 578 for code/branches/FICN/bin/levels
- Timestamp:
- Dec 17, 2007, 4:15:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/bin/levels/sample.oxw
r576 r578 1 <<<<<<< .mine 2 <?xml version="1.0"?> 3 <orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg"> 4 <description> 5 This is an orxonox sample level. 6 </description> 7 8 <loading> 9 <background color="000000" image="textures/load_screens/ambush.png" /> 10 <bar top="200" left="50" width="300" height="20" image="textures/load_screens/ambush-loadbar.png" /> 11 </loading> 12 13 <audio> 14 15 </audio> 16 17 <!-- Keep a minimum distance of >100 to the object, otherwise the camara thinks it's in the object --> 18 <!-- the value has to negative, as we want the camara behind the object --> 19 <world> 20 21 <SceneNode name="OgreHeadNode" pos="0,0,0" /> 22 23 <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" /> 24 25 <Ambient colourvalue="1,1,1" /> 26 27 <Skybox src="Orxonox/StarfieldSkyBox" /> 28 29 <BaseEntity name="ASSF" src="assf2.mesh" node="OgreHeadNode" /> 30 31 32 <SceneNode name="node1" pos="0,200,0" /> 33 <Entity name="asteroid1" src="ast1.mesh" node="node1" /> 34 35 <SceneNode name="node2" pos="200,0,0" /> 36 <Entity name="asteroid2" src="ast2.mesh" node="node2" /> 37 38 <SceneNode name="node3" pos="0,0,200" /> 39 <Entity name="aststeroid3" src="ast3.mesh" node="node3" /> 40 41 <SceneNode name="node4" pos="0,-200,0" /> 42 <Entity name="asteroid4" src="ast4.mesh" node="node4" /> 43 44 <SceneNode name="node5" pos="-200,0,0" /> 45 <Entity name="asteroid5" src="ast5.mesh" node="node5" /> 46 47 <SceneNode name="node6" pos="0,0,-200" /> 48 <Entity name="asteroid6" src="ast6.mesh" node="node6" /> 49 </world> 50 51 <!-- Unused at the moment --> 52 <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" /> 53 54 55 56 <scripts> 57 <script file="intro.lua" /> 58 </scripts> 59 </orxonoxworld> 60 ======= 1 61 <?xml version="1.0"?> 2 62 <orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg"> … … 19 79 <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" /> 20 80 <Ambient colourvalue="1,1,1" /> 21 <Skybox src="Orxonox/ BlueStarSkyBox" />81 <Skybox src="Orxonox/StarfieldSkyBox" /> 22 82 23 83 <BaseEntity name="ASSF" src="assf2.mesh" node="OgreHeadNode" /> … … 49 109 </scripts> 50 110 </orxonoxworld> 111 >>>>>>> .r577
Note: See TracChangeset
for help on using the changeset viewer.