WEBVTT

00:00:01.280 --> 00:00:08.160
I never heard of this AA

00:00:04.839 --> 00:00:09.760
thing I don't even need AA but seriously

00:00:08.160 --> 00:00:14.040
guys I'm not talking about Alcoholics Anonymous I'm talking about

00:00:11.880 --> 00:00:20.320
anti-aliasing which refers to the technology that removes jaggies or the

00:00:17.560 --> 00:00:25.000
staircase effect from your video games in real time making them appear smoother

00:00:22.680 --> 00:00:29.519
so where the heck do jaggies come from well the images on your computer screen

00:00:27.359 --> 00:00:35.360
are made up of tiny squares called pixels whereas real objects have rounded

00:00:33.120 --> 00:00:38.160
Corners so what happens is when you take a bunch of squares and line them up you

00:00:36.760 --> 00:00:43.079
end up with a nice straight line that looks perfect but then what happens if

00:00:40.120 --> 00:00:46.920
you try to draw a diagonal line that's where the squares end up corner to

00:00:45.239 --> 00:00:50.840
corner and you end up with that staircase effect that looks quite

00:00:48.879 --> 00:00:55.399
unappealing now there are a wide variety of different kinds of anti-aliasing the

00:00:53.000 --> 00:01:00.239
most basic being msaa or multi- sample anti-aliasing and some more advanced

00:00:57.039 --> 00:01:02.239
newer ones like FXAA which is a faster

00:01:00.239 --> 00:01:06.159
more approximate style of anti-aliasing from NVIDIA but they all work in

00:01:04.040 --> 00:01:10.200
fundamentally the same way that is to say that they take the missing data in

00:01:08.040 --> 00:01:13.680
that line and they go okay well there's there's a gap here but we're going to

00:01:11.720 --> 00:01:17.680
take samples all around it and try to fill in the approximate data that should

00:01:15.880 --> 00:01:22.079
be there in order to make the image look more pleasing to the user I call

00:01:19.680 --> 00:01:25.680
anti-aliasing fake resolution you're always better off to increase the

00:01:23.640 --> 00:01:30.079
resolution to get a more clear image hence something like Apple's Retina

00:01:27.840 --> 00:01:33.520
Display where rather than using using anti-aliasing tricks they actually are

00:01:31.799 --> 00:01:38.320
just squeezing more pixels into the point where your eye can't even tell

00:01:35.560 --> 00:01:42.560
that it's a square block anymore but if you don't have that option anti-aliasing

00:01:40.600 --> 00:01:46.960
is a way of making it look smoother and higher resolution without actually

00:01:45.000 --> 00:01:50.159
upgrading the display device that you're using thank you for checking out this

00:01:48.759 --> 00:01:54.240
explanation on Techquickie for anti-aliasing and as always don't forget

00:01:52.360 --> 00:01:58.880
to share the video don't forget to like the video and don't forget to subscribe

00:01:56.600 --> 00:02:02.079
for more fastest possible topics just like this one but
