blob: 00a65d7a4027c7d624b9aa8399de6456eea67b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Use the "terrain load" command to import these datafiles.
They are stored as Float-32 arrays, use the F32 import type.
These files are formatted on a scale of 0 to 1, they are designed for a range of 0..58.81
use the 'multiply' command to multiply them by 58.81 to achieve correct height values.
Example ------------------
Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32
Region# : terrain multiply 58.81
<AdamZaius> 0,0 - 1,0 - 2,0
<AdamZaius> 0,1 - 1,1 - 2,1
<AdamZaius> 0,2 - 1,2, 2,2
for a 3x3 area on the grid
|