Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cpp/opengl/learnopengl/12_materials

Example and exercises from https://learnopengl.com/Lighting/Materials

In this project I learned how to:

  • Create and use structs in shaders.
  • Simulate materials by using lighting.

Compile with make all.

Get a list of all available examples using ./build/main --help.

For example: ./build/main mat1