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

Image anti-aliasing? #1202

Open
TodayCG opened this issue Jan 25, 2024 · 2 comments
Open

Image anti-aliasing? #1202

TodayCG opened this issue Jan 25, 2024 · 2 comments

Comments

@TodayCG
Copy link

TodayCG commented Jan 25, 2024

2024-01-25.163258.mp4

Hello, it looks like aliasing by default. It will be better after zooming in. How can I deal with this?

@mpetroff
Copy link
Owner

There's no antialiasing, since WebGL 1 only supports mipmapping for power-of-two images.

Safari added support for WebGL 2 more than two years ago at this point, and was the last major browser to do so, so I should revisit switching to WebGL 2 and enabling mipmapping at some point.

How can I deal with this?

Aliasing is less of an issue if you use Pannellum's multires format, since its tiles are scaled less.

@TodayCG
Copy link
Author

TodayCG commented Jan 29, 2024

OK, thanks

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

2 participants