HOWTO.txt 561 B

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