master
Marius Kintel 2015-03-08 19:29:24 -04:00
parent 66835e1ef4
commit 485edd57be
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ bool GeometryUtils::tessellatePolygonWithHoles(const Vector3f *vertices,
/*!
Tessellates a single contour. Non-indexed version.
Appends resulting triangles to triangles.
*/
bool GeometryUtils::tessellatePolygon(const Polygon &polygon, Polygons &triangles,
const Vector3f *normal)