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

Interpolation Between Slices should use the resolution of the higher resolution slice #505

Open
cmhulbert opened this issue Sep 1, 2023 · 0 comments
Labels
annoyance Things that are annoying but not really a bug.

Comments

@cmhulbert
Copy link
Collaborator

In shape interpolation mode, each interpolated segment between two slices is entirely independent, and the resolution of the interpolated section is based arbitrarily on the first slice of the segment. This leads to issues where the first and second slice of a segment have different resolutions, and the transition between them is quite jarring.

The solution would be to generate the interpolated segment based on the higher resolution slice.

@cmhulbert cmhulbert added bug Something isn't working annoyance Things that are annoying but not really a bug. and removed bug Something isn't working labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annoyance Things that are annoying but not really a bug.
Projects
None yet
Development

No branches or pull requests

1 participant