Phongo Clap RT
1.0
Simple Raytracing Renderer
|
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>
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... | |
A class for the lights in the scene. There is no sepparate .cpp
file due to its simplicity.
Definition in file Light.h.