2007-04-20 15:17:10 +00:00
|
|
|
Use the "terrain load" command to import these datafiles.
|
|
|
|
They are stored as Float-32 arrays, use the F32 import type.
|
|
|
|
|
2007-04-20 15:28:16 +00:00
|
|
|
These files are formatted on a scale of 0 to 1, they are designed for a range of 0..77.14
|
|
|
|
use the 'multiply' command to multiply them by 77.14 to achieve correct height values.
|
2007-04-20 15:17:10 +00:00
|
|
|
|
|
|
|
Example ------------------
|
|
|
|
Region# : terrain load f32 c:\opensim\datafiles\output_x0_y0.r32
|
2007-04-20 15:28:16 +00:00
|
|
|
Region# : terrain multiply 77.14
|