Replies: 1 comment
-
|
You should provide a minimal example for the third case so that we can tell whether something is missing or if it's a bug in CGAL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
when replicating the Sizing Field as an Analytical Function example from the 3D Mesh Generation package with a spherical sizing field, I get the expected result:
Now, when changing the sizing field to some different function, e.g., a torus SDF, I get a result that is only somehow expected (by me). The resulting mesh resembles the torus shape, but the shape of the tetrahedra appears to change not as smooth as in the previous example.
Next, when changing the sizing field to a more complex function that encodes some notion of density around a given point cloud, the resulting mesh does not resemble the given sizing field at all:
For all examples above, I have used the same parameters
Obviously,
make_mesh_3outputs meshes based exactly on the criteria I provide, but:make_mesh_3produces meshes that obviously need improvement (as in the second example) or do not correspond to the given sizing field at all (as in the third example)?make_mesh_3()?Regards!
Beta Was this translation helpful? Give feedback.
All reactions