Loading [MathJax]/jax/input/TeX/config.js
Photon Engine 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
filmic_fwd.h
Go to the documentation of this file.
1#pragma once
2
3namespace ph
4{
5
6class Film;
7
8template<typename Sample>
9class TSamplingFilm;
10
11template<typename Sample>
13
14class HdrRgbFilm;
15
16}// end namespace ph
A film that records RGB values internally. Although film samples are added as spectral values,...
Definition HdrRgbFilm.h:21
Definition filmic_fwd.h:12
The root for all renderer implementations.
Definition EEngineProject.h:6