diff options
author | Adam Frisby | 2007-05-14 18:06:52 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-14 18:06:52 +0000 |
commit | 20b4ecbec14c508f594f2de0389f4f4a4a8ab61c (patch) | |
tree | e0ed7c02c3110e1b3cfcbf84230564c56dbc0cf2 /bin/TerrainDatafiles/Alien/HOWTO.txt | |
parent | Fixing numerical typo in fast mode. (diff) | |
download | opensim-SC-20b4ecbec14c508f594f2de0389f4f4a4a8ab61c.zip opensim-SC-20b4ecbec14c508f594f2de0389f4f4a4a8ab61c.tar.gz opensim-SC-20b4ecbec14c508f594f2de0389f4f4a4a8ab61c.tar.bz2 opensim-SC-20b4ecbec14c508f594f2de0389f4f4a4a8ab61c.tar.xz |
Added Alien World Terrain Dataset to /bin/TerrainDatafiles (3x3)
Diffstat (limited to 'bin/TerrainDatafiles/Alien/HOWTO.txt')
-rw-r--r-- | bin/TerrainDatafiles/Alien/HOWTO.txt | 9 |
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 @@ | |||
1 | Use the "terrain load" command to import these datafiles. | ||
2 | They are stored as Float-32 arrays, use the F32 import type. | ||
3 | |||
4 | These files are formatted on a scale of 0 to 1, they are designed for a range of 0..58.81 | ||
5 | use the 'multiply' command to multiply them by 58.81 to achieve correct height values. | ||
6 | |||
7 | Example ------------------ | ||
8 | Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32 | ||
9 | Region# : terrain multiply 58.81 \ No newline at end of file | ||