Difference between revisions of "Screen Space Ambient Occlusion (SSAO)"
m |
m |
||
Line 1: | Line 1: | ||
− | + | {{delete}} | |
{{note|This is not a feature of the Source Engine, it is a shader which NVidia cards will sometimes apply.}} | {{note|This is not a feature of the Source Engine, it is a shader which NVidia cards will sometimes apply.}} | ||
Revision as of 03:37, 11 December 2010
![]() |
This page is a candidate for speedy deletion. If you disagree with its speedy deletion, please explain why on its talk page. If this page obviously does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from articles that you have created yourself.
|

Ambient Occlusion (AO) is a type of lighting technique applied in-game to create more realistic lighting. AO simulates soft shadows created by two surfaces that are close together. Ambient occlusion in games is normally accomplished through Screen Space Ambient Occlusion, which is a simplified way to fake realistic AO with shaders in a process fast enough for real-time rendering. SSAO is a DirectX 9.0c shader, so it will only be available on fairly modern video cards.
Ambient occlusion is currently only available for NVidia cards using the NVidia drivers. It is very resource-intensive and will cause a significant reduction in framerate on older video cards.
SSAO causes several rendering bugs which are common to nearly all games which offer SSAO.


Supported games
All Source engine games except Portal support ambient occlusion. This may be because AO would not render correctly through Portals.
Enabling ambient occlusion
Ambient occlusion cannot be controlled through the video options within a Source game. AO can be turned on with NVidia cards using the NVidia drivers.