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

Emboss should not span surface faces #20

Open
gumyr opened this issue Feb 14, 2022 · 0 comments
Open

Emboss should not span surface faces #20

gumyr opened this issue Feb 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gumyr
Copy link
Owner

gumyr commented Feb 14, 2022

The emboss edge/wire/face algorithm should take the surface face that it's operating on into consideration. Embosses edges should not span multiple faces - recursive division should be used to produce a list of edges, one per face. Embossed wires shouldn't need to change other than accepting a list of embossed edges instead of one. Embossed faces should be modified to generate a list of embossed faces - one for each surface face.

This should result in better embossed results.

@gumyr gumyr added the enhancement New feature or request label Feb 14, 2022
@gumyr gumyr changed the title Emboss should not space faces Emboss should not span faces Feb 14, 2022
@gumyr gumyr changed the title Emboss should not span faces Emboss should not span surface faces Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant