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

Transition3D: Rendering Issues #88

Open
2 tasks
mickleness opened this issue Jun 26, 2022 · 0 comments
Open
2 tasks

Transition3D: Rendering Issues #88

mickleness opened this issue Jun 26, 2022 · 0 comments

Comments

@mickleness
Copy link
Owner

The Transition3D's have a couple of rendering problems:

  • The top edge is aliased. I expect it to be smoothed. (The bottom edge is only "correct" (ish) because we're actually calling Graphics2D.clear() with a Shape, so we're giving an illusion of antialiasing half the time.)
  • The right and bottom edge of the overall frame are cut off. The left and top edge look OK. It's as if the calculations are off by a fraction of a pixel.

Screen Shot 2022-06-26 at 12 45 11 AM

(This is related to issue #26)

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