Light.h File Reference
#include <memory>
#include "vmmlib/vector.hpp"
#include "Renderer_GL.h"
#include "Configuration.h"

Go to the source code of this file.

Classes

class  Light
 A simple point light source. More...
 

Typedefs

typedef std::shared_ptr< LightLightPtr
 

Typedef Documentation

typedef std::shared_ptr<Light> LightPtr