Skip to content

OpenGL implementation of core 3D graphics concepts

Notifications You must be signed in to change notification settings

Mafo369/OpenGLDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenGL implementation of core 3D graphics concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published