Hi,

Im Using the OsgDXFPlugin to read DXF Files, i searched for an solution
to add more normals for better smoothing, and found the SmoothingVisitor. 

I applied it in the scene.h (osgdxfplugin) under the function createTriGeometry 
and createQuadGeometry osgUtil::SmoothingVisitor::smooth(*geom) and works fine.

But now i need to include the hole osgdfxplugin in my application 
how can i apply the smooth after the readNodeFile Operation ? 
So i would not need to include the hole dxfplugin and execeute
the smooth after the read out on the resulting Node.


Thank you.

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=10185#10185





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to