aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/TerrainDatafiles/Alien/HOWTO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/TerrainDatafiles/Alien/HOWTO.txt')
-rw-r--r--bin/TerrainDatafiles/Alien/HOWTO.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/TerrainDatafiles/Alien/HOWTO.txt b/bin/TerrainDatafiles/Alien/HOWTO.txt
new file mode 100644
index 0000000..eba0e40
--- /dev/null
+++ b/bin/TerrainDatafiles/Alien/HOWTO.txt
@@ -0,0 +1,9 @@
1Use the "terrain load" command to import these datafiles.
2They are stored as Float-32 arrays, use the F32 import type.
3
4These files are formatted on a scale of 0 to 1, they are designed for a range of 0..58.81
5use the 'multiply' command to multiply them by 58.81 to achieve correct height values.
6
7Example ------------------
8Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32
9Region# : terrain multiply 58.81 \ No newline at end of file