Skip to content
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

Wall intersections are not handled properly when not 90degree angle #84

Open
whitespacecode opened this issue Sep 23, 2024 · 0 comments

Comments

@whitespacecode
Copy link

whitespacecode commented Sep 23, 2024

Describe the bug
When walls don't have a 90degree angle, the corners (intersections) are not being handled properly.

EDIT:
Seeing previous issues i noticed i only need to comment/uncomment lines in half_edge at functions:
__interiorStart
__interiorEnd
__exteriorStart
__exteriorEnd

Expected behavior
I would expect for the code that handles the intersections for the planes to be changed accordingly

Screenshots
I tried adding the logic in my project and seeing this bug i tried to figure out if i missed something.
So i just forked the project and did the same, with the same results:
image
image
image

Additional context
Furnishup doesn't seem to have the same problem
image
https://github.com/furnishup/blueprint3d
https://github.com/Ekki/blueprint3d/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant