Skip to content

tatsy/qt5-shadow-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)