Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::TCheckerboardTexture< OutputType >, including all inherited members.
Output typedef | ph::TTexture< OutputType > | |
sample(const SampleLocation &sampleLocation, OutputType *out_value) const override | ph::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()=default | ph::TTexture< OutputType > | inline |
~TTexture()=default | ph::TTexture< OutputType > | inlinevirtual |