Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 348 Bytes

real-time renderer based on OpenGL

  • Deferred Shading Pipeline
  • physically based shading model for opaque material
  • real time shadowing algorithm, shadow mapping and percentage closer filtering

RENDERING PIPELINE

Shadow Map Pass -> Geometry Pass -> Deferred Lighting Pass -> Tone Mapping Pass -> FXAA Pass