Hi Jason Thanks for the answer, that's all I was expecting for the moment.
Regards, Vincent. 2009/6/15 Jason Daly <[email protected]> > Vincent Bourdier wrote: > >> Hi all, >> >> I saw in the osg 2.6 release log a svg plugin. >> But, it does not appear in the cmake config or in the compiled plugin and >> 3rd parties. >> >> So i can assume there are some external dependencies, or a special >> procedure to install it... but I did'nt found anything. >> So the first question is : how to get it ? >> >> And my second question : does the .svg file is imported into OSG as a >> texture ? an Image ? a sceneGraph ? what kind of osg elements does the >> importer return ? >> > > A quick look at the source code shows that the plugin is called with > osgDB::readImageFile(), and hence returns an osg::Image. > Based on the #include's, it looks like the plugin requires librsvg and > cairo. > > --"J" > > _______________________________________________ > 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

