Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSAO samples vs quality
serotonin Offline
Junior Member

Posts: 18
Threads: 4
Joined: Sep 2010
Reputation: 0
#1
Solved: 8 Years, 1 Month ago SSAO samples vs quality

SSAO is a graphic technology that's still pretty ambiguous to me. I've never had a game before that gave me the option of adjusting its number of samples, or its resolution quality, so when considering these options in Amnesia, I'm at something of a loss. I don't really have a sense of how these values truly impact what I'm seeing in the game.

With my system, it turns out that I can either set it to 16 samples and High quality, or 64 samples and Medium quality, and still maintain good framerate.


My question to you all is this:

What's more desirable, in terms of the visual impact -- 64 samples over 16 samples, OR High resolution quality over Medium resolution quality?


I note that the default "High" basic quality setting in the game's launcher config sets the SSAO to 16 samples and Medium resolution. Is anything greater than 16 samples truly noticeable? On the same note, is High SSAO resolution really all that much better looking than Medium SSAO resolution?

Because Amnesia is such a low-light game with somewhat subtle graphical effects, and especially because a restart is necessary when changing SSAO values, it's been hard for me to really distinguish the in-game visual differences between these settings.
09-10-2010, 12:28 AM
Find
Cyborg34572 Offline
Junior Member

Posts: 30
Threads: 1
Joined: Sep 2010
Reputation: 0
#2
Solved: 8 Years, 1 Month ago RE: SSAO samples vs quality

Hmm id like to know this aswell. You should try screenshots, Take a screenshot of a wall using medium -32 samples, then take a screenshot of the same wall/lighting with high -16 samples, then compare the screenshots.
09-10-2010, 12:55 AM
Find
caseystryker Offline
Junior Member

Posts: 15
Threads: 2
Joined: Sep 2010
Reputation: 0
#3
Solved: 8 Years, 1 Month ago RE: SSAO samples vs quality

I honestly can't tell the difference between having it off and having it set at 16.
09-10-2010, 01:17 AM
Find
Tayrtahn Offline
Junior Member

Posts: 21
Threads: 0
Joined: Apr 2010
Reputation: 0
#4
Solved: 8 Years, 1 Month ago RE: SSAO samples vs quality

From the Troubleshooting Guide:
Quote:- SSAO Quality. Having this to anything but medium is at own risk. High takes 4 times the time to rendered and should not be on unless you have a monster of a computer.

- SSAO Samples: Keep this at 16 if you want to keep your sanity. Anything else is very demanding. Feel free to try though Smile
Just from reading that, I'd guess that while there's a difference between SSAO on and SSAO off, increasing the quality and samples only provides a tiny improvement.

Which makes sense... if I understand the idea of SSAO correctly, increasing the quality just makes it a bit more accurate. It's a bit like how shadow quality works - better settings will clean up the edge of the shadow a little at what can be a significantly increased processing cost, but even low quality shadows are a major visual boost over no shadows.
09-10-2010, 02:44 AM
Find
Thomas Offline
Frictional Games

Posts: 2,634
Threads: 184
Joined: Apr 2006
Reputation: 68
#5
Solved: 8 Years, 1 Month ago RE: SSAO samples vs quality

Quick descriptions:

Quality:
This is the size of the ssao buffer, which at medium is 1/4 of screen size (eg 400x300 on a 800x600 resolution) and at high it is the same size. This makes high ssao less blurry and block but 4 times slower!

Samples:
Ssao is performed by check testing the depth around each pixel on the screen. 1 Sample = 1 test. The more samples the less noise. Note that since the samples are often pretty near the pixel, at certain resolutions there is NO difference between 32 and high samples sizes, because after 32 samples, there is no more pixels left to test!

Hope that clears some stuff out!
(This post was last modified: 09-10-2010, 10:00 AM by Thomas.)
09-10-2010, 09:40 AM
Find
Cyborg34572 Offline
Junior Member

Posts: 30
Threads: 1
Joined: Sep 2010
Reputation: 0
#6
Solved: 8 Years, 1 Month ago RE: SSAO samples vs quality

(09-10-2010, 09:40 AM)Thomas Wrote: Quick descriptions:

Quality:
This is the size of the ssao buffer, which at medium is 1/4 of screen size (eg 400x300 on a 800x600 resolution) and at high it is the same size. This makes high ssao less blurry and block but 4 times slower!

Samples:
Ssao is performed by check testing the depth around each pixel on the screen. 1 Sample = 1 test. The more samples the less noise. Note that since the samples are often pretty near the pixel, at certain resolutions there is NO difference between 32 and high samples sizes, because the after 32 samples, there is no more pixels left to test!

Hope that clears some stuff out!

Lower samples has more noise?, hmm i might lower my ssao samples then, i love noise effects Big Grin.
09-10-2010, 09:56 AM
Find




Users browsing this thread: 1 Guest(s)