#include "SimpleTracer.h"
#include "../Intersection.h"
#include "../objects/SolidObject.h"
#include "../lights/Light.h"
#include "../lights/LightSample.h"
#include "../materials/Material.h"
#include <vector>
#include <algorithm>
#include "../bxdf/fresnel.hpp"
Go to the source code of this file.
Namespaces | |
namespace | rcrt |