qt5-shadow-maps

May 8, 2016 ยท View on GitHub

License

Shadow mapping implementation with Qt5 and OpenGL (Qt 5.4 or higher)

Algorithms

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 MapsReflective Shadow Maps
SMRSM
Imperfect Shadow MapsShadow Maps from VPLs
SMRSM

License

MIT License 2015 (c) Tatsuya Yatagawa (tatsy)