Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.19 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.19 KB

OpenGLDemos

OpenGL implementation of core 3D graphics concepts.

Features:

Getting Started

git clone --recursive https://github.com/Mafo369/OpenGLDemos.git
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make
./OpenGLDemos

Results: Bezier Surface

Damaged Helmet

alt text

Bloom

alt text

Cascaded shadow mapping

alt text

Skinning animation

alt text alt text alt text

Microfacets

alt text

Microfacets modified

alt text

Microfacets + texture

alt text

Microfacets modified

alt text

Lambert

alt text