Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 578


Ignore:
Timestamp:
Dec 17, 2007, 4:15:18 PM (16 years ago)
Author:
nicolape
Message:

Added a new skybox (Photoshop ftw

Location:
code/branches/FICN
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/Media/materials/scripts/Orxonox.material

    r521 r578  
    3535}
    3636
     37material Orxonox/StarfieldSkyBox
     38{
     39        technique
     40        {
     41                pass
     42                {
     43                        lighting off
     44                        depth_write off
     45
     46                        texture_unit
     47                        {
     48                                cubic_texture starfield.jpg separateUV
     49                                tex_address_mode clamp
     50                        }
     51                }
     52        }
     53}
     54
    3755material Orxonox/LoadingScreenSample
    3856{
  • 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=======
    161<?xml version="1.0"?>
    262<orxonoxworld name="Orxonox sample level" image="textures/menu/moonstation_512x512.jpg">
     
    1979    <Camera name="Camera" pos="0,0,-150" lookat="0,0,0" node="OgreHeadNode" />
    2080    <Ambient colourvalue="1,1,1" />
    21     <Skybox src="Orxonox/BlueStarSkyBox" />
     81    <Skybox src="Orxonox/StarfieldSkyBox" />
    2282
    2383    <BaseEntity name="ASSF" src="assf2.mesh" node="OgreHeadNode" />
     
    49109  </scripts>
    50110</orxonoxworld>
     111>>>>>>> .r577
Note: See TracChangeset for help on using the changeset viewer.