nannou
nannou copied to clipboard
How to create a polygon with holes?
Hi, I'm studying nannou
to draw some geometries. I need to draw a polygon
with holes. Is there some ways to do it?
A polygon exists of at least three vertices to make up a face.
So creating a simple hole into such isn't directly possible.
You could create a complex mesh (made up of polygons), or using a path/lines, to create something with a hole into it.