Phongo Clap RT  1.0
Simple Raytracing Renderer
Classes
Light.h File Reference

A class for the lights in the scene. There is no sepparate .cpp file due to its simplicity. More...

#include <ngl/Vec3.h>
#include <ngl/Colour.h>
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  Light
 This is a base class that will be used as template when creating concretes types of light. More...
 
class  PointLight
 Point light constructor. More...
 
class  SpotLight
 Spotlight constructor. More...
 

Detailed Description

A class for the lights in the scene. There is no sepparate .cpp file due to its simplicity.

Author
Ramon Blanquer

Definition in file Light.h.