Phongo Clap RT  1.0
Simple Raytracing Renderer
Renderer.cpp File Reference

Where all the calculations happen. More...

#include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include "Renderer.h"
#include "Ray.h"
#include "Material.h"
#include <ngl/Vec3.h>
#include <ngl/Types.h>
Include dependency graph for Renderer.cpp:

Go to the source code of this file.

Detailed Description

Where all the calculations happen.

Definition in file Renderer.cpp.