Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 683 Bytes

File metadata and controls

37 lines (30 loc) · 683 Bytes

Shadow Mapping Demo

Working example of shadowing using OpenGL/GLUT

After installing OpenGL and freeglut3 libraries, build the project with cmake. Please use CMake 3.5 or higher.

Install OpenGl and Glut

sudo apt install mesa-utils
sudo apt-get install freeglut3-dev
sudo apt-get install libxmu-dev libxi-dev

Clone the project

git clone https://github.com/MashaKereb/Shadow-Mapping.git

Build

 cd Shadow-Mapping
 mkdir build
 cd build
 cmake ..
 cmake --build .

Run

 ./Shadow-Mapping 

Result (Demo)

Demo Scene