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

Tesselation Overhang Pattern #17

Open
NateTG opened this issue Mar 13, 2023 · 0 comments
Open

Tesselation Overhang Pattern #17

NateTG opened this issue Mar 13, 2023 · 0 comments

Comments

@NateTG
Copy link

NateTG commented Mar 13, 2023

Yet another suggestion of a method to consider for generating overhang path.

tesslatedarcovergang

This is one thing that I came up with when wondering whether it was possible to avoid "single point starts." The idea is that we imagine that there's a triangular tesselation on the overhang section, and then fill it tile-by-tile going breadth first. If 2 or 3 of the neighbors of an empty tile fill on the same step then the shape isn't quite so nice. (Those correspond to the red and blue sections in the image.)

This kind of a approach should prevent the fractal effect that we see as a result of the current greedy approach.

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

No branches or pull requests

1 participant