Back to the Vavoom Forum Archives
Deathlike2
Janis Legzdinsh
Deathlike2
In OpenGL it's automaticly used when detected, in Direct3D set d3d_tex_linear to 4.It doesn't seem to work unless gl_tex_linear is set to 4 as well... gl_ext_anisotropy does nothing whether it is 0 or 1 though. You may want to change that or something... A related question, what level of anisotropic filtering does gl_tex_linear/d3d_text_linear 4 do in the first place.. the max possible anisotropy the video card is able to do or something else? Edit Note: This seems to occur with both ATI and NVidia... Edit: gl_tex_linear/d3d_tex_linear 1 seem to work just like gl_tex_linear/d3d_tex_linear 4
Deathlike2
Janis Legzdinsh
Deathlike2
Setting gl_tex_linear to 4 is same as 0, that is nearest, no mipmaps. gl_ext_* are used only when setting up video resolution. Use 'vid_restart' to to apply the changes. Maximal supported anisotropy is used.Well, then you aren't telling the drivers to use the best anisotropy available then. When I set my drivers for both ATI and NVidia systems to application controlled for anisotropic filtering.. it doesn't seem to do any more filtering (it is still bilinear/trilinear)... When I force the filtering to the max, I can definately see the difference in the filtering. I'll post some pics to show the difference.
Deathlike2
Janis Legzdinsh
Deathlike2
It turned out that in OpenGL this must be set for each texture separately and not globaly ike in Direct3D. And it really makes difference.So I assume this issue is fixed now? If so, sweet. Though, I am requesting now that you should have an anisotropic filtering toggle in the menu... to turn it on/off and set the level of filtering you want.
Deathlike2
Janis Legzdinsh
Nuxius
Though, I am requesting now that you should have an anisotropic filtering toggle in the menu... to turn it on/off and set the level of filtering you want.I would definitely like to have this option as well. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Firebrand
Though, I am requesting now that you should have an anisotropic filtering toggle in the menu... to turn it on/off and set the level of filtering you want.I would definitely like to have this option as well. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Yes, it would be cool if these option are implemented.
Deathlike2
Deathlike2
Firebrand
Deathlike2
Merick
Firebrand