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