diff options
author | Adam Frisby | 2007-07-11 11:06:34 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-11 11:06:34 +0000 |
commit | bc49882fa4a434ea33311dfe8675e2688f52fcda (patch) | |
tree | cc75235ac36849133bfe90cb0945e48b23068953 /bin/TerrainDatafiles/Alien/HOWTO.txt | |
parent | * Added 1.18-compatible libsl to OpenSim - this hopefully will be the last ti... (diff) | |
download | opensim-SC-bc49882fa4a434ea33311dfe8675e2688f52fcda.zip opensim-SC-bc49882fa4a434ea33311dfe8675e2688f52fcda.tar.gz opensim-SC-bc49882fa4a434ea33311dfe8675e2688f52fcda.tar.bz2 opensim-SC-bc49882fa4a434ea33311dfe8675e2688f52fcda.tar.xz |
* Removing terrain datafiles from trunk's SVN. Will move somewhere else.
Diffstat (limited to 'bin/TerrainDatafiles/Alien/HOWTO.txt')
-rw-r--r-- | bin/TerrainDatafiles/Alien/HOWTO.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/TerrainDatafiles/Alien/HOWTO.txt b/bin/TerrainDatafiles/Alien/HOWTO.txt deleted file mode 100644 index 00a65d7..0000000 --- a/bin/TerrainDatafiles/Alien/HOWTO.txt +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | ||
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 | |||
18 | for a 3x3 area on the grid | ||
19 | |||