[go: up one dir, main page]

Menu

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

Download this file

20 lines (17 with data), 461 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?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 ambient light -->
<ambient>[ 0.0, 0.0, 0.0 ]</ambient>
</lighting>
</world>