Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8384


Ignore:
Timestamp:
May 2, 2011, 4:27:15 PM (13 years ago)
Author:
youngk
Message:

Made planet level work. Yet again…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/planets.oxw

    r8380 r8384  
     1<LevelInfo
     2 name = "Planet Demonstration"
     3 description = "Demonstration of Planets"
     4 tags = "planets, demonstration"
     5/>
     6
    17<?lua
     8  include("stats.oxo")
    29  include("HUDTemplates3.oxo")
    3   include("stats.oxo")
     10?>
     11
     12<?lua
    413  include("templates/lodInformation.oxt")
    514  include("templates/spaceshipSwallow.oxt")
    6   include("templates/spaceshipPirate.oxt")
    715?>
    816
    9 
    10 
    1117<Level
    12  name         = "Planet_Demo"
    13  description  = "Demonstration of planets with high resolution."
    14 
     18 name         = "Planet"
     19 description  = "Demonstration of Planets"
     20 gametype     = TeamDeathmatch
    1521>
    1622  <templates>
    17    <Template link=lodtemplate_default />
     23    <Template link=lodtemplate_default />
    1824  </templates>
    1925
    2026  <Scene
    21    ambientlight = "0.5, 0.5, 0.5"
    22    skybox       = "Orxonox/skypanoramagen1"
     27    ambientlight = "0.8, 0.8, 0.8"
     28    skybox       = "Orxonox/skypanoramagen1"
    2329  >
    24    
     30
    2531<WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />
    2632<Light type=directional position="-10000,-10000,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
     
    3238    <Planet position="0,0,0" scale="100" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" />
    3339    <Planet position="10000,0,0" scale="1" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" />
     40
    3441  </Scene>
    3542</Level>
Note: See TracChangeset for help on using the changeset viewer.