-
Notifications
You must be signed in to change notification settings - Fork 20
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
Decomposition inside holes #2
Comments
Can you share the polygon? |
This is the main input polygon data that I am working on: |
Hi,do you have the latest version? i have the same problem as Nish160 got . |
findDependency error fix fixed collision finding on a duplicated vertex This closes jmlien#2
Hi, actually the inner polygonal chains should be clockwise, because they will turn counterclockwise when connected to the outer polygon. However other problems arise after changing the order of points, but I fixed them right now in my fork (also created a pull request, so hopefully the fixes will be merged soon into this repository). |
I tried running approximate convex decomposition algorithm on my input dataset with 1 out polygonal chain and 1 in polygonal chain(hole) , but the output doesn't respects the holes and also partitions inside the holes.
sample output:
I have checked the order of all polygonal chains to be counterclockwise.I have also tried experimenting with all the command line options (-t, -m, -a, -b). What can be the possible reason for this??
I am using Ubuntu 16.04LTS 64 bit.
The text was updated successfully, but these errors were encountered: