HI Ilia, On Sun, Sep 7, 2008 at 9:11 PM, Korolyov Ilia <[EMAIL PROTECTED]> wrote: > Hello > > For Earth 3D model building we using osgTerrain::TerrainTile with > osgTerrain::HeightFieldLayer and osgTerrain::NoDataValue operator. > When we show scene immediately - it looks ok. > > When we saving 3D model into *.osg file, osgTerrain::NoDataValue is not > saved. So, when we load file back, data validation is broken. What we > need to do?
You need to dig out the sources for osgTerrain .osg to be found in src/osgPLugins/osgTerrain/ and see what is going amiss with the non data value. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

