qt5-shadow-maps
qt5-shadow-maps copied to clipboard
Shadow mapping implementation with Qt5 and OpenGL
qt5-shadow-maps
Shadow mapping implementation with Qt5 and OpenGL (Qt 5.4 or higher)
Algorithms
- Ordinary shadow mapping for direct shadows
- Reflective Shadow Maps [Dachsbacher and Stamminger 2005]
- Imperfect Shadow Maps [Ritschel et al. 2008]
Build
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 .
Result
| Shadow Maps | Reflective Shadow Maps |
|---|---|
![]() |
![]() |
| Imperfect Shadow Maps | Shadow Maps from VPLs |
|---|---|
![]() |
![]() |
License
MIT License 2015 (c) Tatsuya Yatagawa (tatsy)



