aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/TerrainDatafiles/Alien/HOWTO.txt
diff options
context:
space:
mode:
authorMW2007-06-28 11:54:51 +0000
committerMW2007-06-28 11:54:51 +0000
commit14ea54b44158a68aed767bbf5cc3497b4f64850c (patch)
tree9a31ae4546f8d801f81f7a5e22211b6570745a27 /bin/TerrainDatafiles/Alien/HOWTO.txt
parent*Added missing files from last commit (oops!) (diff)
downloadopensim-SC_OLD-14ea54b44158a68aed767bbf5cc3497b4f64850c.zip
opensim-SC_OLD-14ea54b44158a68aed767bbf5cc3497b4f64850c.tar.gz
opensim-SC_OLD-14ea54b44158a68aed767bbf5cc3497b4f64850c.tar.bz2
opensim-SC_OLD-14ea54b44158a68aed767bbf5cc3497b4f64850c.tar.xz
should now work.
Diffstat (limited to '')
-rw-r--r--bin/TerrainDatafiles/Alien/HOWTO.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/TerrainDatafiles/Alien/HOWTO.txt b/bin/TerrainDatafiles/Alien/HOWTO.txt
new file mode 100644
index 0000000..00a65d7
--- /dev/null
+++ b/bin/TerrainDatafiles/Alien/HOWTO.txt
@@ -0,0 +1,19 @@
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
10
11
12
13 <AdamZaius> 0,0 - 1,0 - 2,0
14 <AdamZaius> 0,1 - 1,1 - 2,1
15 <AdamZaius> 0,2 - 1,2, 2,2
16
17
18for a 3x3 area on the grid
19