First off, we have theSSAA(Super-Sampling Anti-Aliasing) or FSAA (Full-Scene Anti-Aliasing),which were the first forms of AA to be available and still deliver the arguably best image quality enhancement but with a substantial performance cost. A more popular AA is theMSAA(Multi-Sample Anti...
With the post-processing anti-aliasing method, the smoothing out occurs after the image is rendered and blurs perceived edges. While post-process anti-aliasing can eliminate some of those jaggies, it does tend to make your images look blurry. And the more detailed your game is, the more lik...
Anti-aliasing is a technique of blending the edges of the pixels with surrounding pixels in order to create an illusion of a smoother edge. This is not as simple as it sounds: you are telling your computer to process millions of pixels each frame and make the edges smoother. The CPU/GPU...
FXAA, short for “fast approximate anti-aliasing,” was created by Nvidia, and it is probablythe best anti-aliasing method for low-end PCs. This is because it’s not very demanding on the GPU since it smooths out the 2D image as it appears on-screen rather than taking into account the...
At its core, anti-aliasing (also known as AA) is a method of manipulating pixels so that they appear smoother than they actually are. To achieve this effect, the software or hardware being used will sample adjacent pixels and create an average color value between them. This helps the image...
This way, you do not have to use any Anti-aliasing algorithms to get rid of the jaggies. This is because theblurred edges become indistinguishableand our human eye will not recognize them at this point. However, aliasing is directly proportional to the viewing distance. So, if you get close...
Types of Spatial anti-aliasing are:Multi-sample anti-aliasing (MSAA): It is a type of spatial anti-aliasing, a system of practice used in computer graphics to enhance image quality. Supersampling: It is a spatial anti-aliasing system of practice, in other words, a technique used to take ...
Anti-aliasing is one of the most important graphics settings you'll find in a PC game. It's been around for decades in various different forms, and even today, you'll still find multiple different options for anti-aliasing on your gaming PC. We're here to help answer what anti-aliasing...
In SSAA 4x, one pixel is stretched out to four. A sample is taken from each, and then the four pixels are downsampled to a single pixel that averages the color. SSAA still produces the best anti-aliasing results, but it’s also the most demanding, as it’s essentially rendering the...
While the general idea behind anti-aliasing is the same, there are many techniques. Getting the best result out of anti-aliasing depends greatly on the type of hardware that you have and its capabilities. Let’s take a look at some of the most common anti-aliasing options: ...