Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/bin/levels/sample.oxw @ 541

Last change on this file since 541 was 541, checked in by nicolasc, 16 years ago
  • fixed the sample.oxw
  • cannot place comments withing <world>-tag
    • comment currently above <world>
File size: 1.4 KB
RevLine 
[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>
[537]11
[469]12        <audio>
[537]13
[469]14        </audio>
[537]15
[541]16    <!-- Keep a minimum distance of >100 to the object, otherwise the camara thinks it's in the object -->
17    <!-- the value has to negative, as we want the camara behind the object -->
[469]18        <world>
[525]19
[537]20                <SceneNode name="OgreHeadNode" pos="0,0,0" />
[525]21
[541]22                <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" />
[537]23
[508]24                <Ambient colourvalue="1,1,1" />
[537]25
[510]26                <Skybox src="Orxonox/BlueStarSkyBox" />
[511]27
[515]28                <Entity name="ASSF" src="assf2.mesh" node="OgreHeadNode" />
29
[537]30                <SceneNode name="Ogre1" pos="0,200,0" />
[526]31                <Entity name="head1" src="ogrehead.mesh" node="Ogre1" />
[515]32
[537]33                <SceneNode name="Ogre2" pos="200,0,0" />
[527]34                <Entity name="head2" src="ogrehead.mesh" node="Ogre2" />
[515]35
[537]36                <SceneNode name="Ogre3" pos="0,0,200" />
[527]37                <Entity name="head3" src="ogrehead.mesh" node="Ogre3" />
38
39
[469]40        </world>
[412]41
[525]42<!-- Unused at the moment -->
43                <SpaceshipSteeringObject node="OgreHeadNode" forward="500" rotateupdown="200" rotaterightleft="200" looprightleft="200" />
[515]44
[525]45
[537]46
47        <scripts>
[469]48                <script file="intro.lua" />
49        </scripts>
[508]50</orxonoxworld>
Note: See TracBrowser for help on using the repository browser.