Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
lighting.h File Reference
This graph shows which files directly or indirectly include this file:

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.