About Store Forum Documentation Contact



Post Reply 
hi, a question!
Author Message
lovee Offline
Member

Post: #1
hi, a question!
hi,
my friend
1.
if i use NVIDIA Control Panel and set AA 16xQ, Anisotropic Filtering 16x so FPS low->35 high->41
if i use EE function /* D.superSample(2);D.texQuality(16); */ and NVIDIA Control Panel default so FPS low->22 high->26
Or don't use /*D.superSample(2);D.texQuality(16);*/and NVIDIA Control Panel default FPS low->31 high->39

test file: (\Tutorials\Source\Advanced\4 - Demos, Game Basics\Demos\Nature.cpp)

/********************
my pc:
Q9550 OC 3400
ASUS P5Q PRO
ADATA DDR2 1066 2GX4
ST 1TX2
ZOTAC 8800GT(driver 195.62)
OS WIN7 X64 7600
*********************/
2.
EE run fast at ATI than NVIDIA?
(This post was last modified: 01-17-2010 01:46 PM by lovee.)
01-17-2010 01:32 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: hi, a question!
Hi,

SuperSampling is not Multi Sampling, Multi Sampling is not supported in DX9 Deferred Rendering

D.texQuality is not Anisotropic Filtering, AF is D.filter
01-17-2010 05:38 PM
Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #3
RE: hi, a question!
thank you!
01-18-2010 04:56 PM
Find all posts by this user Quote this message in a reply
Post Reply