Talk:Screen Space Ambient Occlusion (SSAO)

From Valve Developer Community
Revision as of 01:38, 11 January 2011 by Thelonesoldier (talk | contribs) (Created page with '==View dependency== I don't think you understand my point about view dependency, so I'll try to explain it here. The physical location of the "shadows" created by SSAO depends on…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

View dependency

I don't think you understand my point about view dependency, so I'll try to explain it here. The physical location of the "shadows" created by SSAO depends on what angle the player is looking at the object from. So for example if you're looking at a chair that's close to a wall, the location of the shadow on the wall will physically change position when the player moves around. Additionally, the size and darkness of the shadow may change if the player moves closer to or further away from the chair. This is less noticable in high-quality SSAO implementations, but it still occurs. I'm not talking about the edges of the screen. Thelonesoldier 08:38, 11 January 2011 (UTC)