Problem while building a tent

Hello!,
Im building a tent for a game:
image
And for the back part of the tent it haves a complex shape:
image
With some maths I have been able to place and orientate all what is seen on this moment but im having a dificult problem with the 2 remaining triangles.
Since they are rectangle triangles, I have to place 2 parts with Part.Shape = Enum.PartType.Wedge, but I can’t make it look good, since I don’t know how to calculate it with maths and triying to rotate and replace is too tedious.
Any tip?
Thanks
Tent.rbxm (33.8 KB)

Have you attempted using GapFill plugin by Stravant?
It will (most of the time) able to deal with this problem (but occasionally it may decide that its too problematic for the plugin to handle)

1 Like

I searched a plugin for it but I didn’t found it. I will try it rn. Thx

THANKS, IT WORKS PERFECTLY
Too much thanks! It worked!
image

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.