I have a 2D path that follows series of lines thru points p1 p2 p3 p4.
Like this: ___/\__/\___
I want to make a tunnel out of this path, so I need to split this path in two sideways and make a hole inside of it. Like this:
________
____/ \_____
_______
____/ \_____
How do I do that?
I actually want to just generate a random tunnel it doesn't have to follow a path.
Your question just mentioned the one horizontal path example so I assumed that was the only use case. If you edit your question to add more info on what you are going for it will be easier to give a complete answer.
– disc_code22 Oct 04 '19 at 13:15