-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Strange behaviour of the rounded union #204
Comments
The rounding does not take in count the gradient normal of the two fields
where they meet
…On Sat, 26 May 2018, 11:27 Elizaveta Logacheva, ***@***.***> wrote:
union(r=10) {
square([10, 10]);
translate([10, -5])
square([10, 20]);
}
[image: sample2]
<https://user-images.githubusercontent.com/10729543/40574732-12c95bb6-60e0-11e8-80c2-cfa1dcd72325.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKcAaYg9_RbTO-bSp1aF2JSbBOQ_D2xHks5t2R_0gaJpZM4UO1-L>
.
|
@TLC123 why? |
The culprit is
I don't really understand how is it supposed to work though, and it feels to me that it's not enough to know the distances from a point to each of the objects to find the distance to the rounded union of the objects. |
I have no idea how to do this w/o explosive computational complexity growth. |
still present. |
hmm. still present. |
The union of two rectangles:
I expected the rounded union be something like
But actually I get this:
The text was updated successfully, but these errors were encountered: