Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cpp/opengl/learnopengl/13_lighting_maps

Example and exercises from https://learnopengl.com/Lighting/Lighting-maps

In this project I learned how to:

  • Use lighting maps.
  • Use emission maps.
  • Invert lighting maps.

Compile with make all.

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

For example: ./build/main mat1