Hi Vinoth, On 4 January 2017 at 05:00, Vinoth Rajendran <[email protected]> wrote: > I am using vpb to convert my geotiff terrain data (.tif) to .ive file... I > would like to change the elevation height in some part of my terrain, is > there any software or option available to do that ?
VPB by default outputs the terrain data as osgTerrain::TerrainTile so you can modify the elevations in the loaded osgTerrain::TerrainTile::ElevationLayer at runtume. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

