--- a/src/ldObject.h Sun Oct 04 13:19:45 2015 +0300 +++ b/src/ldObject.h Sun Oct 04 14:08:51 2015 +0300 @@ -463,8 +463,8 @@ LDBezierCurve (const Vertex& v0, const Vertex& v1, const Vertex& v2, const Vertex& v3, LDDocument* document = nullptr); Vertex pointAt (qreal t) const; - LDObjectList rasterize (int segments); - QVector<LDPolygon> rasterizePolygons (int segments); + LDObjectList rasterize (int segments = 0); + QVector<LDPolygon> rasterizePolygons (int segments = 0); }; // Other common LDraw stuff