Implementing SSAO in Direct3D 10

Started by
0 comments, last by Tsus 11 years, 6 months ago
Hello,

Could someone explain to me how I could implement SSAO in my Direct3D 10 program? Would it be possible to do all the calculations in one pass? I somewhat understand how the SSAO technique works, but I'm completely confused when it comes to implementing it.

Thanks
Advertisement
Hi!

Nvidia has a few samples (with documentation) on their website, including SSAO (4th entry) and HBAO (code is in the latest SDK).

Best regards!.

This topic is closed to new replies.

Advertisement