Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 971 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 971 Bytes

OpenGLPractise

OpenGL practise for an university subject

How to compile the proyect

First to compile the project just cd into the build folder an execute the following command:

cmake .. -DOpenGL_GL_PREFERENCE=GLVND && make -j4

Afterwards just run the OpenGL generated binary you want to visualise:

./bin/gpo_04_entrega_ejer3

Cel-shading

GIF illustrating the cel-shading implemented: Cel-shading

Stippling

GIF illustrating the stippling implemented changing the factor: StipplingFactor GIF illustrating the stippling implemented changing the pattern: StipplingPattern

Ink texture NPR

GIF illustrating the ink texture implemented changing the factor: INK_Texture

Ink Wash

GIF illustrating the ink wash texture implemented changing the factor: INK_Texture