How can i inable Trilinear Filtering in Half-Life/CS?

Moonbender

Golden Member
Oct 19, 2000
1,046
0
0
http://half-life.pcgame.com/console/video.html

gl_texturemode [type]
set the rendering mode: in order from lowest quality (fastest) to highest quality (slowest), [type] options are: GL_NEAREST_MIPMAP_NEAREST, GL_LINEAR_MIPMAP_NEAREST, GL_NEAREST_MIPMAP_LINEAR, GL_LINEAR_MIPMAP_LINEAR. Think of the 1st two as low and high quality for hardware that supports bilinear filetering, and the 2nd two as low and high quality for hardware that supports trilinear filtering.