Go to the source code of this file.
Classes | |
class | PointLight |
Represents a point light source. More... | |
class | DirectionalLight |
Represents a directional light source. More... | |
class | SpotLight |
Represents a spotlight source. More... | |
struct | LightingBuffer |
Buffer structure to manage an array of lighting nodes. More... | |
Enumerations | |
enum | Lightings { POINT_LIGHT , DIRECTIONAL_LIGHT , SPOT_LIGHT , LIGHTS_COUNT } |
Enumeration of different types of lights. More... | |
Functions | |
void | set_lightings (u8 lightsCount[LIGHTS_COUNT]) |
Initializes the lighting buffer. | |