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

Reply via email to