diff --git a/com.unity.postprocessing/Documentation~/Anti-aliasing.md b/com.unity.postprocessing/Documentation~/Anti-aliasing.md index ba710621647..fbc3acb8d2c 100644 --- a/com.unity.postprocessing/Documentation~/Anti-aliasing.md +++ b/com.unity.postprocessing/Documentation~/Anti-aliasing.md @@ -1,5 +1,5 @@ # 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)