#include "causticsphotontracer.h"#include "common/math/point3.h"#include "common/math/real.h"#include "common/math/vector3.h"#include "color3.h"#include "context.h"#include "hit.h"#include "ibdf.h"#include "ilight.h"#include "isurfaceshader.h"#include "photonmap.h"#include "ray.h"#include "scene.h"#include "statistics.h"#include "surfacebasis.h"#include "utilities.h"#include <cassert>Go to the source code of this file.
1.3.6