Hi,
I am trying to get roads/planes to intersect. The problem here is that they could meet at any angle and I couldn't figure out a non-expensive way to detect the intersection. Is there a way to intersect roads and delete or replace the parts that are not needed?
right now I am projecting the rays of the curves onto my terrain and sweep them which isn't giving me quite the result I am looking for to continue.