Tagged Questions
1
vote
1answer
231 views
Steps to take before trying to implement screen space ambient occlusion
I very recently started learning modern OpenGL. I have implemented a wavefront file loader and a basic ADS shading model. At some point I'd like to implement screen space ambient occlusion. I tried ...