Shadow mapping implementation with Qt5 and OpenGL (Qt 5.4 or higher)
- Ordinary shadow mapping for direct shadows
- Reflective Shadow Maps [Dachsbacher and Stamminger 2005]
- Imperfect Shadow Maps [Ritschel et al. 2008]
Please use CMake 3.0.0
or higher.
$ git clone https://github.com/tatsy/qt5-shadow-maps.git
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
Shadow Maps | Reflective Shadow Maps |
---|---|
Imperfect Shadow Maps | Shadow Maps from VPLs |
---|---|
MIT License 2015 (c) Tatsuya Yatagawa (tatsy)