quadwild icon indicating copy to clipboard operation
quadwild copied to clipboard

Different level of detail/quad density

Open alshef opened this issue 2 years ago • 1 comments

Hello,

First of all, thank you for the excellent work and the published code. While testing your algorithm, I noticed that sometimes quads with different edge lengths are obtained, not only with the one specified in the algorithm parameters. (Example on the picture) Screenshot 2022-07-05 at 13 01 59

Could you, please, clarify how I can intentionally change the length of quad edges/density of quads in the algorithm? If it is possible.

alshef avatar Jul 05 '22 10:07 alshef

hi Alexander, thanks for appreciating our code. Actually we can control the size but up to some point because it depends also about the field.. imagine the case you have something simple like a isosceles trapezoid, well then if you want high regularity and no irregular point in the middle, then the quads on one side will be necessarily smaller then the other. To have more ISOMETRY (so quad of the same size) you will necessarily insert more singularities. So you can change the alpha parameter to blend between regularity and isometry.

nicopietroni avatar Jul 05 '22 12:07 nicopietroni