0

Polygon3D

Anonymous 10 years ago 0
This discussion was imported from CodePlex

behnam263 wrote at 2014-07-01 21:31:

Drawing quad with 4 point is in your library but how to draw a polygon with more than that.
for example a hexagon

objo wrote at 2014-07-02 13:08:

Polygons need triangulation. See MeshBuilder.AddPolygon for a method that tries to do this for simple polygons!