Ashutosh
Ambient Occlusion is a method for simulating global illumination, while keeping a respectable ratio between results and computing times.It is a global method, meaning the illumination at each point is a function of other geometry in the scene.
Ambient occlusion is most often calculated by casting rays in every direction from the surface. Rays which reach the background or “sky” increase the brightness...