• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Max Payne 2- What's the diff between...

JEDI

Lifer
bilinear, trilinear, and ansitropic filter modes?

How much better does ansitropic suppose to look over trilinear?

Cause i've tried them and i dont see a difference. what is suppose to be the difference?
 
basically anisotropic filtering is making things that are tilted on the z axis look clearer. Think of the scrolling text at the beginning of Star Wars movies... with anisotropic filtering, you could read the text longer as it scrolls up and gets squeezed to nothingness.
 
Originally posted by: Zugzwang152
basically anisotropic filtering is making things that are tilted on the z axis look clearer. Think of the scrolling text at the beginning of Star Wars movies... with anisotropic filtering, you could read the text longer as it scrolls up and gets squeezed to nothingness.
^^^ This is probably the easiest explanation one could come up with.

Imagine standing on a street, staring straight ahead toward the horizon. If you look carefully at the ground ahead of you, you will notice "zones" of clarity in the textures. For example, from your feet to about 30 feet ahead the ground looks the most clear and sharp. From 30 ft to 100 ft, the ground looks medium clarity and just a tiny bit sharp. From 100 ft to the horizon, the ground looks like a blurry mess.

Anisotropic filtering removes these "zones" and helps create a smooth transition of texture levels (also known as Mip levels) from your feet to the horizon. Depending on the level of filtering applied, these zones will effectively be pushed back or completely eliminated, resulting in a sharp texture that looks much more realistic.

This is just a common example. It works the same for walls, ceilings, and pretty much everything that isn't perpendicular to your viewpoint. There are nuances from one video card to another, like sample patterns and "tap" levels, that affects overall picture quality, but we don't need to get into that.
 
I know what ansitropic is. But what's the difference between bilinear/trilinear/anisitropic?

i'm assuming that even 2x anisotropic is better than trilinear?
 
Originally posted by: JEDI
I know what ansitropic is. But what's the difference between bilinear/trilinear/anisitropic?

i'm assuming that even 2x anisotropic is better than trilinear?

He just explained it above ... sigh ... 😛

Okay.

Bilinear = two detail levels blurred to make a transition.
Trilinear = three ^^^
Anisotropic = "infinite" ^^^

- M4H
 
How detailed are you looking for? Anisotropic filtering and bilinear/trilinear are not mutually exclusive. It's possible to enable anisotropic filtering with either bilinear or trilinear (though, that's done in the driver panel, and not all video cards support setting these individually).

For Max Payne 2, any level of aniso will look better than just bi/trilinear filtering. Bilinear looks the worst of the three.
 
Originally posted by: MercenaryForHire
Originally posted by: JEDI
I know what ansitropic is. But what's the difference between bilinear/trilinear/anisitropic?

i'm assuming that even 2x anisotropic is better than trilinear?

He just explained it above ... sigh ... 😛

Okay.

Bilinear = two detail levels blurred to make a transition.
Trilinear = three ^^^
Anisotropic = "infinite" ^^^

- M4H
I thought bilinear was 4 texel samples across only a single mip level, while trilinear was 4 samples taken across two mip levels (8 samples total).
 
Back
Top