qt5-shadow-maps icon indicating copy to clipboard operation
qt5-shadow-maps copied to clipboard

Shadow mapping implementation with Qt5 and OpenGL

qt5-shadow-maps

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 Maps Reflective Shadow Maps
SM RSM
Imperfect Shadow Maps Shadow Maps from VPLs
SM RSM

License

MIT License 2015 (c) Tatsuya Yatagawa (tatsy)