Photon Engine 2.0.0-beta
A physically based renderer.
|
#include "Core/SurfaceBehavior/bsdf_query_fwd.h"
#include "Math/TVector3.h"
#include "Core/SurfaceHit.h"
#include "Math/Color/Spectrum.h"
#include "Core/SurfaceBehavior/BsdfQueryContext.h"
#include <Common/assertion.h>
#include <cmath>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | ph::BsdfSampleInput |
Input for BsdfSampleQuery . More... | |
class | ph::BsdfSampleOutput |
Output for BsdfSampleQuery . More... | |
class | ph::BsdfSampleQuery |
Information for generating a BSDF sample. More... | |
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |