-
Wrapper class to hold a light with its corresponding transformation.
-
Implementation of the directional light type.
Convention: If ambient is set to less than -1.0 the pixel should not be lit,
only its diffuse color will be used to render it.
-
Implementation of the directional light type.
Convention: If ambient is set to less than -1.0 the pixel should not be lit,
only its diffuse color will be used to render it.
Implementation of the point light type.
Implementation of the spot light type.
Wrapper class to hold a light with its corresponding transformation.