Hi Andrew, I would recommend using osgGIS for this. It has the capability to make a paged database from a vector dataset like a shapefile and clamp it to an existing terrain database (like an IVE).
http://www.osggis.org Thanks! Jason 2009/5/8 Jakob Ruhe <[email protected]> > Hi Andrewxie! > > The ESRIShapeReaderWriter plugin can read ESRI shape files so if you > build that plugin and the ive plugin you can convert a shape file with > something like this: > > osg::Node* node = osgDB::readNodeFile("myshape.shp"); > osgDB::writerNodeFile(*node, "myhsape.ive"); > > Good luck! > > /Jakob Ruhe > > 2009/5/8 Andrewxie <[email protected]>: > > Hi, > > how to clamp a shp file onto a ive file? > > > > ------------------ > > Read this topic online here: > > http://forum.openscenegraph.org/viewtopic.php?p=11667#11667 > > > > > > > > > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

