|
Hymn to Beauty
C++ 3D Engine
|
A light used for lighting the scene. More...
#include <Light.hpp>
Public Attributes | |
| glm::vec4 | positionDistance |
| Position and distance. More... | |
| glm::vec4 | intensitiesAttenuation |
| Intensity and attenuation. More... | |
| glm::vec4 | directionConeAngle |
| Direction and angle of the cone (in degrees). More... | |
A light used for lighting the scene.
| glm::vec4 Video::Light::directionConeAngle |
Direction and angle of the cone (in degrees).
| glm::vec4 Video::Light::intensitiesAttenuation |
Intensity and attenuation.
| glm::vec4 Video::Light::positionDistance |
Position and distance.