===> Update: slight performance tweaks for tris & convex polys This project provides custom blocks to render 'ghosted' polygons: • triangles • non-convex quads (including crossing sides) • convex quads (based on LBMCompany's remix of above quad-fill) • pentagons (including crossing sides) • N-sided polygons (allows crossing, plus fast convex-only option) See inside for the blocks, plus instructions how to use them. The one that's missing is a convex-only version of the penta-fill... Not had time to sort out logic for that, so shared this as-is for now. For convex pents, use the N-sided fill (N=5, obviously) with convex option - that's still quicker than non-convex penta-fill.