Photon Engine 2.0.0-beta
A physically based renderer.
|
#include "Core/SurfaceBehavior/SurfaceOptics/OpaqueMicrofacet.h"
#include "Core/SurfaceBehavior/BsdfEvalQuery.h"
#include "Core/SurfaceBehavior/BsdfSampleQuery.h"
#include "Core/SurfaceBehavior/BsdfPdfQuery.h"
#include "Core/Ray.h"
#include "Math/TVector3.h"
#include "Math/constant.h"
#include "Core/SurfaceBehavior/Property/IsoTrowbridgeReitz.h"
#include "Math/math.h"
#include "Core/SurfaceBehavior/BsdfHelper.h"
#include "Core/SampleGenerator/SampleFlow.h"
#include "Math/Color/Spectrum.h"
#include <Common/assertion.h>
#include <cmath>
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |