Skip to content

niley1nov/cascaded-exponential-shadow-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cascaded-exponential-shadow-mapping

Shadow mapping using modern OpenGL and C++. Three cascaded regions are implemented for higher resolution shadow near the camera. Exponential mapping giving better results than PCF and variance mapping. ImGUI is used to implement changeable parameters like sun direction, color, etc. Function to reduce light bleeding is implemented.

External libraries have to be included. They are - assimp,glfw,glew,glm. video link - https://www.youtube.com/watch?v=twlEicpR6G0

About

Cascaded Exponential shadow mapping using OpenGL and C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published