CG-Project2
|
Enumerations | |
enum | LightType { LIGHT_DIRECTIONAL , LIGHT_POINT , LIGHT_SPOT } |
Lights type used in shader programs. More... |
Desc.
TODO put everything of this file in the namespace light.
enum light::LightType |
Lights type used in shader programs.
This enum is needed to distinguish the lights in shader computation.