[go: up one dir, main page]

Menu

[e79954]: / data / worlds / moon.xml  Maximize  Restore  History

Download this file

23 lines (19 with data), 532 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<world name="Moon">
<!-- Acceleration due to gravity -->
<gravity>1.6</gravity>
<atmosphere>
<!-- Air density -->
<density>0.0</density>
<!-- Wind velocity -->
<velocity>[ 0.0, 0.0, 0.0 ]</velocity>
</atmosphere>
<lighting>
<!-- Direction to the light source -->
<source-position>[ 1.0, 1.0, 1.0 ]</source-position>
<!-- RGB for light -->
<ambient>[ 0.0, 0.0, 0.0 ]</ambient>
<specular>[ 1.0, 1.0, 1.0 ]</specular>
<diffuse>[ 1.0, 1.0, 1.0 ]</diffuse>
</lighting>
</world>