Skip to main content

OpenGL Renderer

Alt text

This is my OpenGL toy renderer, which I used to learn the API and to implement some basics of rendering like loading a model, texturing, basic forward lighting and directional shadows

Debug view of the directional light shadowmap: Alt text

I implemented spotlights: Alt text

and normal maps: Alt text