tatsy / qt5-shadow-maps

Shadow mapping implementation with Qt5 and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Shadow mapping implementation with Qt5 and OpenGL


Languages

Language:C++ 85.1%Language:GLSL 8.2%Language:JavaScript 4.2%Language:CMake 2.4%