7#include <glm/gtc/matrix_transform.hpp>
Definition SpotLightComponent.hpp:11
glm::mat4 getLightSpaceMatrix(const glm::mat4 &transformMatrix) const
Definition SpotLightComponent.hpp:19
float intensity
Definition SpotLightComponent.hpp:13
glm::vec3 color
Definition SpotLightComponent.hpp:17
float range
Definition SpotLightComponent.hpp:14
float innerCutoff
Definition SpotLightComponent.hpp:15
float outerCutoff
Definition SpotLightComponent.hpp:16