-
Notifications
You must be signed in to change notification settings - Fork 233
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
#4947 fixing Overlapping Voronoi 3D sites #4948
Conversation
…hes on torus horisontal bisect (fill main hole)
2. Optimization for bisect order 3. make bbox_aligned optimization for precalc side of planes of bisections 4. Optimize mesh performance
2. Optimization for bisect order 3. make bbox_aligned optimization for precalc side of planes of bisections
see also:
1. Optimization for except some bisects
2. Optimization for bisect order 3. test is spacing is more than all dists from planes to Site. Test File |
- unused function removed (get_ridges_per_site for voronoi)
- unused function removed (get_ridges_per_site for voronoi)
All vectors math expressions aligned to direction to site_idx from site_pair_idx (all expressions with “plain_no” has “+” , no “-“ now). |
- fix signs in expressions with plane's normal. - replace 'fill' parameter to 'mode' to the future use in the function 'voronoi_on_mesh_bmesh'
5bd5947
to
9dff62a
Compare
Sites 1 and 9 overlapped. QHull do not see them as overlapped.
for tests:
Voronoi on mesh.004.glitches.overlapped sites.blend.zip
See also: