PDA

View Full Version : D3D GeForce3 anisotropic registry settings?


Mac42
09-12-01, 10:28 AM
Ok, I have the reg settings for OpenGL to enable higher anisotropic levels, but I can't find the D3D ones. I've always used NV-Max (I think that's right) to change the D3D aniso settings but it doesn't yet support the Det4's. Can anyone look in their registry? I think it's d3d_ForceAnisolLevel or something similar to that... I can't stand only having 8-tap level.

Toejam31
09-12-01, 10:42 AM
The newest version of NVMax supports the 21.81's. You can pick it up from the NVMax website. That'll be easier than hacking the Registry.

Be sure and uninstall the old version first!

http://www.nvmax.com/

Toejam31

merlin704
09-12-01, 11:18 AM
What is anistopy?

Toejam31
09-12-01, 11:44 AM
Here's a few articles that you might find informative:

http://www.voodooextreme.com/3dpulpit/misc/aniso_gf3/index.html

http://www.voodooextreme.com/3dpulpit/misc/aniso2_gf3/

http://ucguides.savagehelp.com/Tribes2/FPS_visuals.htm

http://www.simracingmag.com/articles/hardware/01q2/gf3_5.shtml

Toejam31

asmodean
09-13-01, 09:21 AM
And NVMax 3.00.49 is the ONLY tweaking program that supports the 21.81 detonators at the moment. .50 should be out soon.

redduc900
09-14-01, 07:44 AM
To change the degree of anisotropy in Direct3D, you'll need to add the Dword "AnisotropicLevel" (without the quotes) to the following key...

HKEY_LOCAL_MACHINE | System | CurrentControlSet | Services | Class | DISPLAY | 0000 | NVidia | Direct3D

The following are Dword values (hexadecimal) based on the degree of anisotropy...

Determined by Direct3D application...ffffffff
Force level 0 (off, use nearest point)...0
Force level 1 (off, use bilinear)...........1
Force level 2...................................2