@@ -198,7 +198,7 @@ SMAA 1x can be enabled in the Project Settings by changing the value of the
198
198
:ref: `Rendering > Anti Aliasing > Quality > Screen Space AA<class_ProjectSettings_property_rendering/anti_aliasing/quality/screen_space_aa> `
199
199
setting to ``SMAA ``.
200
200
201
- Comparison between no antialiasing (left) and SMAA 1x (right):
201
+ Comparison between no antialiasing (left), FXAA (middle), and SMAA 1x (right):
202
202
203
203
TODO: image comparing no antialiasing, FXAA, SMAA 1x
204
204
@@ -331,7 +331,7 @@ Antialiasing comparison
331
331
+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
332
332
| Ghosting artifacts | 🟢 None | 🔴 Yes | 🔴 Yes | 🟢 None | 🟢 None | 🟢 None | 🟢 None |
333
333
+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
334
- | Performance cost | 🟡 Medium | 🟡 Medium | 🔴 High | 🟢 Low | 🟢 Low | 🔴 Very High | 🟢 Low |
334
+ | Performance cost | 🟡 Medium | 🟡 Medium | 🔴 High | 🟢 Low | 🟢 Low [ 4 ]_ | 🔴 Very High | 🟢 Low |
335
335
+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
336
336
| Forward+ | ✔️ Yes | ✔️ Yes | ✔️ Yes | ✔️ Yes | ✔️ Yes | ✔️ Yes | ✔️ Yes |
337
337
+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
@@ -346,4 +346,4 @@ Antialiasing comparison
346
346
.. [2 ] TAA/FSR2 transparency antialiasing is most effective when using Alpha Scissor.
347
347
.. [3 ] SSAA has some blur from bilinear downscaling. This can be mitigated by
348
348
using an integer scaling factor of ``2.0 ``.
349
- .. [4 ] SMAA 1x introduces less blurriness than FXAA.
349
+ .. [4 ] SMAA 1x introduces less blurriness than FXAA at a slightly higher cost than FXAA .
0 commit comments