hi everyone,
   Recently,i have some troubles with drawing complex polygon.These polygons 
contains 
Convex polygon ,concave polygon.Sometimes the polygon contains holes in it. I 
only know how to draw them using Opengl,there two methods:
   1 using glEdgeFlag()
   2 using gluTessCallBack gluTessBeginPolygon... 
 
   But these methods have some problems,they all draw points one by one,they 
don't use vertexs array. And I also don't know how to draw them using Osg and i 
don't konw whether osg has provided us with Convex decomposition Algorithm.
   Any help would be appreaciated.
 
   Thanks,
   Yang
 
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to