Photon Engine 2.0.0-beta
A physically based renderer.
|
#include "Actor/Material/MatteOpaque.h"
#include "Actor/Image/ConstantImage.h"
#include "Math/TVector3.h"
#include "Core/SurfaceBehavior/SurfaceBehavior.h"
#include "Core/SurfaceBehavior/SurfaceOptics/LambertianReflector.h"
#include "Core/SurfaceBehavior/SurfaceOptics/OrenNayar.h"
#include "Actor/Image/SwizzledImage.h"
#include <Common/assertion.h>
#include <Common/logging.h>
#include <utility>
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |