r_texturemode


r_texturemode sets the texture detail (quality). In other words: r_texturemode controls theĀ  texture interpolation by the graphics card.

Usage:
/seta r_texturemode GL_LINEAR_MIPMAP_NEAREST
then do:
/vid_restart

default: GL_LINEAR_MIPMAP_NEAREST

Note:

Very ugly:
GL_NEAREST_MIPMAP_NEAREST

Textures looks more smoother (bilinear):
GL_LINEAR_MIPMAP_NEAREST

Textures are interpolated in 3d also (trilinear):
GL_LINEAR_MIPMAP_LINEAR

r_texturemode

Wolfenstein Enemy Territory
:
Comments

Comments are closed.

Looking for something?

Use the form below to search etconfig.net:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!