NGL  6.5
The NCCA Graphics Library
Light.h File Reference

an encapsulation of an OpenGL Light More...

#include "Types.h"
#include "Colour.h"
#include "Vec4.h"
#include "Vec3.h"
#include "Mat4.h"
#include <string>
+ Include dependency graph for Light.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::Light
 Simple class to encapsulate OpenGL Light functions this will fill in the following structure. More...
 

Namespaces

 ngl
 implementation files for RibExport class
 

Enumerations

enum  ngl::LightModes : char { ngl::LightModes::DIRECTIONALLIGHT, ngl::LightModes::POINTLIGHT, ngl::LightModes::SPOTLIGHT =1 }
 

Detailed Description

an encapsulation of an OpenGL Light

Definition in file Light.h.