• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Does Doom 3 force Tri-Linear Filtering?

medium

n00b
Joined
Jul 22, 2004
Messages
50
I'm not at home, and I just thought about this, wondering if it's true. I'd like to turn it off and only keep the 8xAF instead. Perhaps I can force bi-linear in the driver/control panel?
 
Doom 3 doesn't give you the option of running bilinear filtering by default. If you want to run with bilinear filtering, add this line to your autoexec.cfg:

seta image_filter GL_LINEAR_MIPMAP_NEAREST

This can also be entered into the console. It will create a noticeable visual quality downgrade, but improves performance substantially on older video cards. The setting is especially useful for 64 MB cards. If you want to change it back to trilinear, use the same command but with GL_LINEAR_MIPMAP_LINEAR.
 
Back
Top