r_texturemode

Here is my problem : image: 161fs691618
the textures blur out after a certain distance. Now I know that this is cause of r_texturemode, but is there an option that disables this blurring and everything looks sharp? or is the best r_texturemode GL_LINEAR_MIPMAP_NEAREST (this is seen on the pic)
Comments
8
GL_LINEAR_MIPMAP_LINEAR
gl_linear_mipmap_linear i guess..

BUT i never really got it fixed i think
As the 2 guys above said.
aha



for that matter, does anyone have a good 1280x720 movieconfig to share? I made one myself and it sucks, I guess. :D
GL_NEAREST_MIPMAP_LINEAR ftw =o
r_textureMode "GL_LINEAR_MIPMAP_LINEAR" (Nearest)
Back to top