diff options
author | Adam Frisby | 2007-04-20 15:17:10 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-20 15:17:10 +0000 |
commit | 6aa15ca6adfaa4af005886fd4e63024fcc472bb0 (patch) | |
tree | fd17bc20225afc6d74224e00a6ed3f60704840da /bin/TerrainDatafiles/Coastal/HOWTO.txt | |
parent | Terrain: (diff) | |
download | opensim-SC_OLD-6aa15ca6adfaa4af005886fd4e63024fcc472bb0.zip opensim-SC_OLD-6aa15ca6adfaa4af005886fd4e63024fcc472bb0.tar.gz opensim-SC_OLD-6aa15ca6adfaa4af005886fd4e63024fcc472bb0.tar.bz2 opensim-SC_OLD-6aa15ca6adfaa4af005886fd4e63024fcc472bb0.tar.xz |
Terrain files for Coastal Terrain Set (2 by 2 sims) and HOWTO.txt for importing.
Diffstat (limited to '')
-rw-r--r-- | bin/TerrainDatafiles/Coastal/HOWTO.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/TerrainDatafiles/Coastal/HOWTO.txt b/bin/TerrainDatafiles/Coastal/HOWTO.txt new file mode 100644 index 0000000..cf709d2 --- /dev/null +++ b/bin/TerrainDatafiles/Coastal/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..108 | ||
5 | use the 'multiply' command to multiply them by 108 to achieve correct height values. | ||
6 | |||
7 | Example ------------------ | ||
8 | Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32 | ||
9 | Region# : terrain multiply 108 \ No newline at end of file | ||