|
Last change
on this file since 8382 was
8380,
checked in by youngk, 15 years ago
|
|
Updated and cleaned planet level.
|
-
Property svn:eol-style set to
native
|
|
File size:
1.2 KB
|
| Rev | Line | |
|---|
| [8114] | 1 | <?lua |
|---|
| [8134] | 2 | include("HUDTemplates3.oxo") |
|---|
| [8114] | 3 | include("stats.oxo") |
|---|
| [8134] | 4 | include("templates/lodInformation.oxt") |
|---|
| 5 | include("templates/spaceshipSwallow.oxt") |
|---|
| 6 | include("templates/spaceshipPirate.oxt") |
|---|
| [8114] | 7 | ?> |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | <Level |
|---|
| 12 | name = "Planet_Demo" |
|---|
| 13 | description = "Demonstration of planets with high resolution." |
|---|
| 14 | |
|---|
| 15 | > |
|---|
| 16 | <templates> |
|---|
| 17 | <Template link=lodtemplate_default /> |
|---|
| 18 | </templates> |
|---|
| 19 | |
|---|
| 20 | <Scene |
|---|
| 21 | ambientlight = "0.5, 0.5, 0.5" |
|---|
| 22 | skybox = "Orxonox/skypanoramagen1" |
|---|
| 23 | > |
|---|
| 24 | |
|---|
| [8134] | 25 | <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" /> |
|---|
| [8114] | 26 | <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" /> |
|---|
| 27 | |
|---|
| 28 | |
|---|
| [8380] | 29 | <SpawnPoint position="1000,0,0" lookat="0,0,0" spawnclass="SpaceShip" pawndesign="spaceshipswallow" /> |
|---|
| [8114] | 30 | |
|---|
| 31 | <?lua end ?> |
|---|
| [8380] | 32 | <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" /> |
|---|
| 33 | <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" /> |
|---|
| [8114] | 34 | </Scene> |
|---|
| 35 | </Level> |
|---|
Note: See
TracBrowser
for help on using the repository browser.