Hello,

i would like implement the catmull clark algorithm in my osg application. Therefore I need to detect the faces and the edges of the arbitrary mesh.
Have everyone a tip for me for a smart face and edge access or detection?

The two first steps of the algorithm are:
1. Add to every face a point.
2. Add to every edge a point.

I have no idea for a smart implementation.

My main goal is to convert a arbitrary mesh into a quad mesh.



Cheers

Martin
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to