top of page

ADVANCED GRAPHICS FOR GAMES PROJECT

I built a renderer in visual studio using C++ and Open GL and used it to render two space scenes, one from the planet surface and one from space. The renderer is capable of creating lit scenes using the Phong illumination model. Additionally it is capable of using frame buffer objects to perform both post processing, in the form of a a two pass Gaussian blur, and shadow mapping to create a realistic environment. 

bottom of page