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

How to enable Antialiasing? #118

Open
bhairav-thakkar opened this issue Oct 23, 2023 · 1 comment
Open

How to enable Antialiasing? #118

bhairav-thakkar opened this issue Oct 23, 2023 · 1 comment
Labels
4.0 enhancement New feature or request
Milestone

Comments

@bhairav-thakkar
Copy link

I am trying to use the GLWPFControl and it's performing wonderful!

I could not get an example showing how to enable antialiasing. Where can I find a working example? Or, is there some documentation describing the steps?

Thanks for the awesome control.
Bhairav

@NogginBops NogginBops added this to the 4.3.0 milestone Oct 26, 2023
@NogginBops
Copy link
Member

We don't provide a setting to setup backbuffer MSAA currently. You could create your own MSAA framebuffer that you blit to the GLWpfControl framebuffer if you really want MSAA.

I've previously looked into adding the MSAA option but I don't think I figured it out. I think #86 will make this easier to implement. Will add this to the 4.3.0 milestone.

@NogginBops NogginBops added enhancement New feature or request 4.0 labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants