Hi guys,

I have a question regarding exporting to SVG from OpenSceneGraph.
In our software product we use OpenSceneGraph for both a model view window and 
for a charting component. So far we have exported images from the charting 
component as bitmap images (by just rendering them to an offscreen pixelbuffer 
in the required resolution). We have however had some requests for exports from 
our charting component in a vector format compatible with the Microsoft Office 
software package (which pretty much means EMF files).

Since EMF is very Microsoft-specific, I was thinking of using SVG as an 
intermediate format, and then using some converter package to create the EMF 
output.
I saw SVG mentioned on the OSG mailing list earlier, but my question is whether 
there is any way to render to vector SVG from OpenSceneGraph (I kind of expect 
a hard "no" here)?

The graph contents can be both 2D and 3D graphs and the 3D graphs can contain 
shaded, but non-textured, 3D-surfaces.

Thanks in advance.

Jesper D. Thomsen
AnyBody Technology
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to