Phongo Clap RT
1.0
Simple Raytracing Renderer
|
All the operations regarding to file output and file input belong to this class. It abstracts the idea of a film as the camera sensor chip which collects the incoming light and prints it into digital format. More...
#include <ngl/Vec3.h>
#include <ngl/Colour.h>
#include <fstream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Pixel |
Pixel data structure that will be used to hold the image units. More... | |
class | Film |
Holds all the operations regarding to input/output of colour information. More... | |
Typedefs | |
typedef struct Pixel | Pixel |
Pixel data structure that will be used to hold the image units. More... | |
All the operations regarding to file output and file input belong to this class. It abstracts the idea of a film as the camera sensor chip which collects the incoming light and prints it into digital format.
Definition in file Film.h.