Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::TCheckerboardTexture< OutputType > Member List

This is the complete list of members for ph::TCheckerboardTexture< OutputType >, including all inherited members.

Output typedefph::TTexture< OutputType >
sample(const SampleLocation &sampleLocation, OutputType *out_value) const overrideph::TCheckerboardTexture< OutputType >inlinevirtual
setEvenTexture(const std::shared_ptr< TTexture< OutputType > > &evenTexture)ph::TCheckerboardTexture< OutputType >inline
setEvenTextureScale(const math::Vector3R &scale)ph::TCheckerboardTexture< OutputType >inline
setOddTexture(const std::shared_ptr< TTexture< OutputType > > &oddTexture)ph::TCheckerboardTexture< OutputType >inline
setOddTextureScale(const math::Vector3R &sale)ph::TCheckerboardTexture< OutputType >inline
TCheckerboardTexture(real numUtiles, real numVtiles, const OutputType &oddValue, const OutputType &evenValue)ph::TCheckerboardTexture< OutputType >inline
TCheckerboardTexture(real numUtiles, real numVtiles, const std::shared_ptr< TTexture< OutputType > > &oddTexture, const std::shared_ptr< TTexture< OutputType > > &evenTexture)ph::TCheckerboardTexture< OutputType >inline
TTexture()=defaultph::TTexture< OutputType >inline
~TTexture()=defaultph::TTexture< OutputType >inlinevirtual