2012-07-21から1日間の記事一覧

Displaying ambient occlusion and soft shadow at Direct3D11

I wrote a test program to calculate world space ambient occlusion and shadow using Direct3D11. It calculates per-vertex world space ambient occlusion and soft shadow at runtime by CPU, and send the results to the GPU through UnorderedAcces…