Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cpp/opengl/learnopengl/14_light_casters

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

In this project I learned how to:

  • Use directional light.
  • Implement light attenuation.
  • Implement light intensity.

Compile with make all.

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

For example: ./build/main mat1