Rounded corner polygons

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Jean-Eric Godard

Hello,
Is it possible to create 2D rounded polygons and animate it to change it’s shape.
or if possible to morph a polygon into another.
Also does it support boolean operation on 2D shapes.
if not can Is possible to achieve this in 3D with 2D shapes.

Thanks.

:bust_in_silhouette: Reply From: MrDudeIII

I’m not sure about boolean operations (I know you can do that with CSG in 3d), but I imagine you would be able to morph a polygon in 2d just by changing the locations of the points in a Polygon2D by code or animations or whatever?