From 23cfebb3c976b9d3535cfae4f026ff522443afc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Penavaire?= Date: Fri, 18 Aug 2023 09:56:38 +0200 Subject: [PATCH] Update Anti-aliasing.md --- com.unity.postprocessing/Documentation~/Anti-aliasing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.postprocessing/Documentation~/Anti-aliasing.md b/com.unity.postprocessing/Documentation~/Anti-aliasing.md index ba710621647..61419fe6e4b 100644 --- a/com.unity.postprocessing/Documentation~/Anti-aliasing.md +++ b/com.unity.postprocessing/Documentation~/Anti-aliasing.md @@ -1,5 +1,7 @@ # Anti-aliasing +Test + The **Anti-aliasing** effect softens the appearance of edges in your scene. To do this, it surrounds the edge with similar points of color. This reduces the jagged effect caused by [aliasing](https://en.wikipedia.org/wiki/Aliasing). ![Example of anti-aliasing smoothing the edges of shapes](images/screenshot-antialiasing.png)