You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 5: Texture Mapping (44)
trev4ev

Are there times when we would prefer jaggies over supersampling. I'm not sure why, but my eyes prefer the photo on the left because the super sampled one kinda just looks blurry. Do our brains do something to infer straight lines from jaggies?

dtseng1529

For years I had no idea what the antialias setting in games did. Now I know why I should always keep it off to avoid lag.

Staffbobcao3

The left side is the "high-res reference", which means it is the ground truth here (without aliasing). The right side image is limited by its low resolution, so it needs to anti-alias to avoid jaggies.

RCD-Y

Yup. I think there's a transition in this slide that doesn't show as a image, but in lecture there's a comparison that shows the jaggy and moire version on the right.

alexkassil

Supersampling is an expensive operation.

Staffyirenng

@dtseng1529 Personally I would definitely keep the antialias setting on! Careful here. 512x supersampling is one way to antialias, not the only way. In the remainder of lecture, we talk about another, very common way to antialias texture mapping -- mipmaps with trilinear interpolation. That is much more efficient than brute-force supersampling as shown here, very common, works fantastically, but does have weak spots.

Staffyirenng

@RCD-Y. The comparison you describe is on this lecture slide.

You must be enrolled in the course to comment