Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.34 KB

Screenshots

Screen1 Screen2 Screen3 Screen4 Screen5 Screen6 Screen7 Screen8 Screen9 Screen10

Introduction

This demo was created for the realtime rendering university course. It features a data driven deferred OpenGL based renderer with post processing capabilities.

The code in this repository is no longer maintained and will not receive any updates.

Features

  • Modern OpenGL (4.1 core profile)
  • Cross platform (tested on Linux, Win7 and MacOSX)
  • Deferred rendering
  • Point lights
  • Directional lights
  • Normal mapping
  • Shadow maps
  • Omnidirectional shadows
  • Depth of field effect
  • FXAA
  • Screen space godray effect (experimental)