Skip to content

mashakereb/Shadow-Mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using shadow mapping in OpenGl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published