/shadow

Shadow mapping algorithms implementation

Primary LanguageC++

pipeline status

Shadow mapping algorithms

Comparison of shadow mapping algorithms

Usage

Compile

This project use CMake build system. To build the program run the following commands.

mkdir build
cd build
cmake ..
make -j8

Screenshot

Screenshot

Controls

Toggle between camera and settings mode with escape.

Move the camera position with arrows or WASD keys.

Rotate camera angle with mouse.