-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
OpenGL: 2D MSAA antialiasing is not reimplemented yet (3D available since 4.3.dev1) #69462
Comments
@Calinou May I ask if there is a plan to implement MSAA in OpenGL recently? This feature is essential in XR mode. |
This was supported in 3.x (even in GLES2 and on Android XR), so I assume it's planned to be added to 4.x at some point. That said, I can't give an ETA as nobody is currently working on this. |
As an update MSAA for the 3D renderer is supported now. 2D support will come soon once #84688 is finished and merged |
Just to clarify, MSAA is available for 3D in 4.3? This will be a huge help for anyone like myself doing compatibility/web builds. |
Yes, it's available for 3D in 4.3.dev1 and later. |
Godot version
4.0.beta7
System information
Fedora 36, GL Compatibility, AMD Radeon RX 6900 XT
Issue description
MSAA is missing in both 2D and 3D rendering in the OpenGL renderer. In comparison, Godot 3.x's GLES3 renderer supports MSAA in 3D.
See also #63003, which had MSAA reimplemented in OpenGL at some point. It was scrapped in the final version of the PR though.
Steps to reproduce
Minimal reproduction project
demo.zip
The text was updated successfully, but these errors were encountered: