DirLight holds lighting information for directional light source. Note that this is different than point lights which emit from a certain point.
More...
#include <dir_light.hpp>
DirLight holds lighting information for directional light source. Note that this is different than point lights which emit from a certain point.
◆ ambient_color
| glm::vec3 DirLight::ambient_color |
◆ diffuse_color
| glm::vec3 DirLight::diffuse_color |
◆ direction
| glm::vec3 DirLight::direction |
◆ specular_color
| glm::vec3 DirLight::specular_color |
The documentation for this struct was generated from the following file: