#include "pbrt.h"#include "color.h"#include "geometry.h"#include "paramset.h"#include "transform.h"#include "transport.h"Go to the source code of this file.
Classes | |
| class | VolumeRegion |
| class | DensityRegion |
| class | AggregateVolume |
| class | VolumeIntegrator |
Functions | |
| COREDLL float | PhaseIsotropic (const Vector &w, const Vector &wp) |
| COREDLL float | PhaseRayleigh (const Vector &w, const Vector &wp) |
| COREDLL float | PhaseMieHazy (const Vector &w, const Vector &wp) |
| COREDLL float | PhaseMieMurky (const Vector &w, const Vector &wp) |
| COREDLL float | PhaseHG (const Vector &w, const Vector &wp, float g) |
| COREDLL float | PhaseSchlick (const Vector &w, const Vector &wp, float g) |
Definition at line 44 of file volume.cpp.
Referenced by HGPdf(), DensityRegion::p(), and HomogeneousVolume::p().
1.5.6