abel0b / shadow

Shadow mapping algorithms implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Shadow mapping algorithms implementation


Languages

Language:C++ 89.0%Language:GLSL 8.9%Language:CMake 2.2%