Tech Support Forum banner
Status
Not open for further replies.
1 - 4 of 4 Posts

· Registered
Joined
·
153 Posts
Discussion Starter · #1 ·
Hi everyone, I installed a Nvidia 7900 GS and in the control panel there's antialiasing. Is this what takes away jagged edges and should I turn it to full max? the options are 2x, 2xQ, 4x, and 8x. Also where should I set anisotropic filtering. Does it depend on the application? Thanks. :4-dontkno
 

· Registered
Joined
·
153 Posts
Discussion Starter · #3 ·
Thanks for the link. I came across that in my research last night. The thing that has me wondering about that article is it says antialiasing removed jagged edges "when representing a high-resolution signal at a lower resolution". Well what if you're running a 1280x1024 resolution, how much would antialiasing help in that case. I think I have a better understand of what it is now, I just need to figure out where to put the settings. Full max?
 

· Registered
Joined
·
18,185 Posts
Anti-aliasing has two meanings with graphics. The first kind has to deal with textures applied to polygons. Textures are applied to add more detail than would be possible using a pure polygonal approach. The problem with that is that sometimes the textures are smaller than the size of the polygon they're being applied to, so the texture is stretched. When this happens the actual pixels that make up that texture are enlarged, causing it to look pixelated. Anti-aliaising of the texture, also called "filtering" comes into play. It basically smooths out the pixels (often by averaging colors of nearby pixels) to create something that isn't as 'harsh' to look at.

The other form comes in the way of removing the "jaggies" that appear when objects on the screen at odd angles. It creates what looks like stair-steps and at lower resultions (640x480, 800x600) can be unpleasant to look at. Anti-aliasing of edges removes these in two possible ways... The first creates multiple frames of the current frame. These are then overlayed to eliminate the jagged edges. This method is called "Multi Sampling." The other method simply renders the scene at a higher resolution (ei. rendering at 1280x1024 for a 640x480 scene) and scaling it back down. This is called "Super Sampling."
 
1 - 4 of 4 Posts
Status
Not open for further replies.
Top