diff options
author | Adam Frisby | 2007-04-20 15:28:16 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-20 15:28:16 +0000 |
commit | 4e3400feb40a32bfdc377dc17eb4230a81291bff (patch) | |
tree | f70ce8d323c7a9aac5d8a758ddd44e9f4f6ed785 /bin/TerrainDatafiles | |
parent | Terrain files for Coastal Terrain Set (2 by 2 sims) and HOWTO.txt for importing. (diff) | |
download | opensim-SC_OLD-4e3400feb40a32bfdc377dc17eb4230a81291bff.zip opensim-SC_OLD-4e3400feb40a32bfdc377dc17eb4230a81291bff.tar.gz opensim-SC_OLD-4e3400feb40a32bfdc377dc17eb4230a81291bff.tar.bz2 opensim-SC_OLD-4e3400feb40a32bfdc377dc17eb4230a81291bff.tar.xz |
Fix
Diffstat (limited to 'bin/TerrainDatafiles')
-rw-r--r-- | bin/TerrainDatafiles/Coastal/HOWTO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/TerrainDatafiles/Coastal/HOWTO.txt b/bin/TerrainDatafiles/Coastal/HOWTO.txt index cf709d2..bbc40cf 100644 --- a/bin/TerrainDatafiles/Coastal/HOWTO.txt +++ b/bin/TerrainDatafiles/Coastal/HOWTO.txt | |||
@@ -1,9 +1,9 @@ | |||
1 | Use the "terrain load" command to import these datafiles. | 1 | Use the "terrain load" command to import these datafiles. |
2 | They are stored as Float-32 arrays, use the F32 import type. | 2 | They are stored as Float-32 arrays, use the F32 import type. |
3 | 3 | ||
4 | These files are formatted on a scale of 0 to 1, they are designed for a range of 0..108 | 4 | These files are formatted on a scale of 0 to 1, they are designed for a range of 0..77.14 |
5 | use the 'multiply' command to multiply them by 108 to achieve correct height values. | 5 | use the 'multiply' command to multiply them by 77.14 to achieve correct height values. |
6 | 6 | ||
7 | Example ------------------ | 7 | Example ------------------ |
8 | Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32 | 8 | Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32 |
9 | Region# : terrain multiply 108 \ No newline at end of file | 9 | Region# : terrain multiply 77.14 \ No newline at end of file |