This post has been wikified, any user with enough reputation can edit it.
How can I make a sprite mask from some dynamic coordinates?
I just have some Vector2 positions (say 3 different Vector2 positions) that I get in the game at runtime. I want to create sprite mask under the polygon created by joining all 3 points.
How can I achieve this?
Comment
Your answer