Skip to content
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

how can I control vertex count? #131

Closed
hyungshin-park opened this issue Jun 9, 2023 · 3 comments
Closed

how can I control vertex count? #131

hyungshin-park opened this issue Jun 9, 2023 · 3 comments
Labels
question Further information is requested

Comments

@hyungshin-park
Copy link

Can I increase the number of vertices? If possible, which parameters should I modify?
Is it possible to fill the inside of the boundary as densely as shown in the left image?
image

@artem-ogre artem-ogre added the question Further information is requested label Jun 9, 2023
@artem-ogre
Copy link
Owner

artem-ogre commented Jun 9, 2023

Hello, @hyungshin-park

Currently CDT can only perform triangulation and does not implement any triangulation refinement. Maybe you could calculate the additional points yourself and then insert them into the triangulation.

See also: #7

@hyungshin-park
Copy link
Author

Thanks, Then the left image must have been calculated the additional points, right?

@artem-ogre
Copy link
Owner

Yes, on the left image all the points are part of the input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants