MeshCreatePolygon Method |
Name | Description | |
---|---|---|
CreatePolygon(Int32) |
Creates a new polygon with all vertices defined in indices.
To create polygon vertex by vertex, please use PolygonBuilder.
| |
CreatePolygon(Int32, Int32, Int32) |
Create a polygon with 3 vertices(triangle)
| |
CreatePolygon(Int32, Int32, Int32, Int32) |
Create a polygon with 4 vertices(quad)
|