Godot Version
4.3
Question
In 3D move I want to create a “flat” polygon plane shape and assign a color to it.
So just as an example I have built below shape with a Path and now want to fill the inner part of the polygon with a color:
What is the best way to achieve this? Needs to be done via script because I am loading the shape data from a CSV file.