This is a ambient occlusion into vertex color tool.
It's based on nvidia's dynamic ambient occlusion paper.
I use cuda to calculate the ao for each vertex.
Compare with cpu, using gpu is 22X times faster in this case.
VS CPU
Baking AO video
Download Plugin
Ambient Occlusion baking into vertex color
Posted by zhangy
Posted on 19:17, Sunday, December 7
This is a ambient occlusion into vertex color tool.
It's based on nvidia's dynamic ambient occlusion paper. I use cuda to calculate the ao for each vertex. Compare with cpu, using gpu is 22X times faster in this case.