Phongo Clap RT
1.0
Simple Raytracing Renderer
|
Parses a text file that user passes as an argument when executing the program. More...
#include <boost/tokenizer.hpp>
#include <string>
#include <iostream>
#include <fstream>
#include <streambuf>
#include <vector>
#include <ngl/Vec3.h>
#include <ngl/Colour.h>
#include "Light.h"
#include "Shape.h"
#include "Plane.h"
#include "Sphere.h"
Go to the source code of this file.
Classes | |
class | Parser |
Reads from text file and iterates using boost tokenizer to "pickup" and store values based on syntax. More... | |