What is the use of anti aliasing feature ?
Here’s a pretty good answer, right off the Lenovo website.
For more information about what aliasing is in graphics, Lenovo has an entire page on their website dedicated to the topic.
https://www.lenovo.com/us/en/glossary/what-is-anti-aliasing/
My bad. Got confused between the two.
It is a performance vs quality trade-off. If you lack processing power (hardware that performs operations fast), keeping anti-aliasing off might help with framerate, because there are less operations to perform.
Drawing a diagonal edge or line, or curve on a vertical/horizontal grid of pixels makes a stair step like following of the curve or diagonal through the grid. That’s for simple to implement fast algorithms.
Clean up algorithms are more laborious, so they eat up more processing resources.
Gotcha,thank you
Gotcha,thank you to clear my doubt
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.