BUG 524 B

1234567891011121314151617
  1. BUGS:
  2. Date: 2004-11-09
  3. * non-square volumes (if re-adjusting the settings with g3.region)
  4. are not exported correctly.
  5. * if 100 rows/cols/depth are there, only 99 rows/cols/depth will
  6. be exported to Vis5D: problem of center cell and corner cell
  7. * with -m flag the "Probe" crashes in Vis5D
  8. RASTER3D library bug?
  9. Rast3d_getValueRegion (map, x, y, z, d1p, typeIntern);
  10. produces output with different orientation comparing to:
  11. Rast3d_getValue(map, x, y, z, d1p, typeIntern);