I would like to ‘detect’ overlapping surfaces A with surfaces B
(in other words; surfaces which touch each other ánd lay in the same plane)
There is the ‘collision one|many’ component, which does detect if 2 surfaces touch each other. (correct).
However the component, gives also an collision if a surface only collides with an surface boundary.
So also if this boundary is part of a surface which lays in another plane.
smart Idea!
Unfortunately this solves the problem only partly.
If the 2 surfaces collide on exactly the outer edge (as in this example), it works correctly.
However, it is also possible that the colliding surface, is present perpendicular in the ‘middle’ of Surface A.
Ahh yep that could be an solutions!
The only thing is, I don’t know how I can make this.
As it is possible that List A and List B consist of multiple surface.
Would it be possible to make an example on how you would do this?