[8384] | 1 | <LevelInfo |
---|
| 2 | name = "Planet Demonstration" |
---|
| 3 | description = "Demonstration of Planets" |
---|
[8385] | 4 | tags = "planets" |
---|
[8384] | 5 | /> |
---|
| 6 | |
---|
[8114] | 7 | <?lua |
---|
[8384] | 8 | include("stats.oxo") |
---|
[8134] | 9 | include("HUDTemplates3.oxo") |
---|
| 10 | include("templates/lodInformation.oxt") |
---|
| 11 | include("templates/spaceshipSwallow.oxt") |
---|
[8114] | 12 | ?> |
---|
| 13 | |
---|
| 14 | <Level |
---|
[8384] | 15 | name = "Planet" |
---|
| 16 | description = "Demonstration of Planets" |
---|
[8114] | 17 | > |
---|
| 18 | <templates> |
---|
[8384] | 19 | <Template link=lodtemplate_default /> |
---|
[8114] | 20 | </templates> |
---|
| 21 | |
---|
| 22 | <Scene |
---|
[8384] | 23 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 24 | skybox = "Orxonox/skypanoramagen1" |
---|
[8114] | 25 | > |
---|
[8384] | 26 | |
---|
[8385] | 27 | <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" /> |
---|
| 28 | <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" /> |
---|
[8114] | 29 | |
---|
| 30 | |
---|
[8385] | 31 | <SpawnPoint position="1500,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" /> |
---|
[8114] | 32 | |
---|
[8385] | 33 | <Planet position="0,0,0" scale="1000" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" /> |
---|
| 34 | <Planet position="10000,0,0" scale="100" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" /> |
---|
[8384] | 35 | |
---|
[8114] | 36 | </Scene> |
---|
| 37 | </Level> |
---|