Browse Source

Tweak SSRL performance cost in 3D antialiasing comparison table

The screen-space roughness limiter's performance cost is very low
compared to other antialiasing methods (typically in the same
ballpark as FXAA).
Hugo Locurcio 9 months ago
parent
commit
c9ec2428bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/3d/3d_antialiasing.rst

+ 1 - 1
tutorials/3d/3d_antialiasing.rst

@@ -306,7 +306,7 @@ Antialiasing comparison
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 | Ghosting artifacts       | 🟢 None                  | 🔴 Yes                   | 🔴 Yes                   | 🟢 None                  | 🟢 None                  | 🟢 None                  |
 | Ghosting artifacts       | 🟢 None                  | 🔴 Yes                   | 🔴 Yes                   | 🟢 None                  | 🟢 None                  | 🟢 None                  |
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
-| Performance cost         | 🟡 Medium                | 🟡 Medium                | 🔴 High                  | 🟢 Low                   | 🔴 Very High             | 🟡 Medium                |
+| Performance cost         | 🟡 Medium                | 🟡 Medium                | 🔴 High                  | 🟢 Low                   | 🔴 Very High             | 🟢 Low                   |
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 | Forward+                 | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   |
 | Forward+                 | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   | ✔️ Yes                   |
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+
 +--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+--------------------------+