Skip to content

Releases: St0wy/opengl-scene

v1.4.0

04 May 18:56
Compare
Choose a tag to compare
  • Fixed cascaded shadow maps bug on AMD
  • Fixed shadow map bug when looking at the objects from the back
  • Fixed IBL that made reflexions allways face the same direction

v1.3.0

15 Mar 11:22
Compare
Choose a tag to compare
  • The project now fully uses C++ 20 Modules !
  • Fixed shadow maps
  • Reduced binary size

v1.2.0

20 Jul 15:04
Compare
Choose a tag to compare
  • Fixed KTX encoding

v1.1.0

20 Jul 10:19
Compare
Choose a tag to compare
  • Fixed the SSAO

v1.0.0

18 Jul 15:35
Compare
Choose a tag to compare

First version of my OpenGL scene !

With :

  • Physically Based Rendering (PBR)
  • Image Based Lighting (IBL)
  • Deferred Rendering
  • Cascaded Shadow Maps
  • Normal Mapping
  • ACES HDR Tone Mapping
  • Bloom
  • Screen Space Ambient Occlusion (SSAO)
  • Scene Graph
  • Model Loading (OBJ and glTF)
  • KTX Textures Loading