@@ -65,8 +65,8 @@ moderate performance cost, but it's effective at reducing aliasing on
65
65
transparent materials without introducing any blurriness.
66
66
67
67
MSAA can be enabled in the Project Settings by changing the value of the
68
- ** Rendering > Anti Aliasing > Quality > MSAA 3D ** setting. It's important to change
69
- the value of the **MSAA 3D ** setting and not **MSAA 2D **, as these are entirely
68
+ :ref: ` Rendering > Anti Aliasing > Quality > MSAA 3D<class_ProjectSettings_property_rendering/anti_aliasing/quality/msaa_3d> `
69
+ setting. It's important to change the value of the **MSAA 3D ** setting and not **MSAA 2D **, as these are entirely
70
70
separate settings.
71
71
72
72
Comparison between no antialiasing (left) and various MSAA levels (right).
@@ -103,8 +103,9 @@ downside of TAA is that it can exhibit *ghosting* artifacts behind moving
103
103
objects. Rendering at a higher framerate will allow TAA to converge faster,
104
104
therefore making those ghosting artifacts less visible.
105
105
106
- Temporal antialiasing can be enabled in the Project Settings by changing the
107
- value of the **Rendering > Anti Aliasing > Quality > Use TAA ** setting.
106
+ Temporal antialiasing can be enabled in the Project Settings by changing the value of the
107
+ :ref: `Rendering > Anti Aliasing > Quality > TAA<class_ProjectSettings_property_rendering/anti_aliasing/quality/use_taa> `
108
+ setting.
108
109
109
110
Comparison between no antialiasing (left) and TAA (right):
110
111
@@ -164,9 +165,9 @@ as an in-game option may still be worthwhile for players with low-end GPUs.
164
165
FXAA introduces a moderate amount of blur when enabled (more than TAA when
165
166
still, but less than TAA when the camera is moving).
166
167
167
- FXAA can be enabled in the Project Settings by changing the
168
- value of the ** Rendering > Anti Aliasing > Quality > Screen Space AA ** setting to
169
- ** FXAA ** .
168
+ FXAA can be enabled in the Project Settings by changing the value of the
169
+ :ref: ` Rendering > Anti Aliasing > Quality > Screen Space AA<class_ProjectSettings_property_rendering/anti_aliasing/quality/screen_space_aa> `
170
+ setting to `` FXAA `` .
170
171
171
172
Comparison between no antialiasing (left) and FXAA (right):
172
173
@@ -187,9 +188,11 @@ The downside of SSAA is its *extremely* high cost. This cost generally makes
187
188
SSAA difficult to use for game purposes, but you may still find supersampling
188
189
useful for :ref: `offline rendering <doc_creating_movies >`.
189
190
190
- Supersample antialiasing is performed by increasing the **Rendering > Scaling 3D
191
- > Scale ** advanced project setting above ``1.0 `` while ensuring
192
- **Rendering > Scaling 3D > Mode ** is set to **Bilinear ** (the default).
191
+ Supersample antialiasing is performed by increasing the
192
+ :ref: `Rendering > Scaling 3D > Scale<class_ProjectSettings_property_rendering/scaling_3d/scale> `
193
+ advanced project setting above ``1.0 `` while ensuring
194
+ :ref: `Rendering > Scaling 3D > Mode<class_ProjectSettings_property_rendering/scaling_3d/mode> `
195
+ is set to ``Bilinear `` (the default).
193
196
Since the scale factor is defined per-axis, a scale factor of ``1.5 `` will result
194
197
in 2.25× SSAA while a scale factor of ``2.0 `` will result in 4× SSAA. Since Godot
195
198
uses the hardware's own bilinear filtering to perform the downsampling, the result
0 commit comments