-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping intersections #109
Comments
Only overlapping of major intersections should be taken into account. Since intersections are now generated in Geometry Nodes, it does not make sense to generate them twice: the first time for removing the overlapping and the second time in Geometry Nodes. What if we simply check if there are other intersection nodes within a given radius from an intersection node in question and join the related intersections? This should be done after making Bundles and Bundle intersections. This check can be done for all intersection nodes. |
I'd like to discuss the overlapping intersections, like the one below:
As far as I remember, there was a solution for that problem in earlier development.
The text was updated successfully, but these errors were encountered: