[go: up one dir, main page]

Menu

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

Download this file

22 lines (18 with data), 507 Bytes

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