Photon Engine 2.0.0-beta
A physically based renderer.
|
#include <HdrRgbTexture2D.h>
Public Member Functions | |
HdrRgbTexture2D () | |
HdrRgbTexture2D (std::unique_ptr< TAbstractPixelTex2D< HdrComponent, 3 > > texture) | |
void | sample (const SampleLocation &sampleLocation, math::Spectrum *out_value) const override |
Public Member Functions inherited from ph::TTexture< math::Spectrum > | |
TTexture ()=default | |
virtual | ~TTexture ()=default |
Additional Inherited Members | |
Public Types inherited from ph::TTexture< math::Spectrum > | |
using | Output |
ph::HdrRgbTexture2D::HdrRgbTexture2D | ( | ) |
|
explicit |
|
overridevirtual |
Implements ph::TTexture< math::Spectrum >.