]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Increase max polygon verts to 12
authorJiri Vlasak <jiri.vlasak.2@cvut.cz>
Tue, 7 Sep 2021 09:45:31 +0000 (11:45 +0200)
committerJiri Vlasak <jiri.vlasak.2@cvut.cz>
Fri, 15 Oct 2021 08:16:07 +0000 (10:16 +0200)
incl/cute_c2.h

index 7faa8fda0cebe0d0f49c72a89da46963811aaba8..79848ccea0c1b7ad5c11f6a94b6335c1e3a2069f 100644 (file)
 // resented as a point + radius. usually tools that generate polygons should be
 // constructed so they do not output polygons with too many verts.
 // Note: polygons in cute_c2 are all *convex*.
-#define C2_MAX_POLYGON_VERTS 8
+#define C2_MAX_POLYGON_VERTS 12
 
 // 2d vector
 typedef struct