Replies: 1 comment 3 replies
-
What assert do you get? I tried it and I only get a division by zero in B.t.w. using very thin shapes is not a great idea in general. It is very easy for objects to pass through them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that creating a box with 0 extent along one axis (a square essentially) will trip an assert due to the convex radius exceeding the minimum box extent. I suppose one way to accomplish this would be to make a compound shape with 4 triangles (2 triangles per square, 2 squares with opposing orientation). Is there a more suitable shape that describes this use case?
I'm mentioning this also because the documentation seemed to indicate that a convex radius of 0 was permitted but the asserts in various shape types seem to indicate otherwise. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions