#include <wrinkled.h>
Public Member Functions | |
~WrinkledTexture () | |
WrinkledTexture (int oct, float roughness, TextureMapping3D *map) | |
T | Evaluate (const DifferentialGeometry &dg) const |
Static Public Member Functions | |
static Texture< float > * | CreateFloatTexture (const Transform &tex2world, const TextureParams &tp) |
static Texture< Spectrum > * | CreateSpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
Private Attributes | |
int | octaves |
float | omega |
TextureMapping3D * | mapping |
Definition at line 32 of file wrinkled.h.
lux::WrinkledTexture< T >::~WrinkledTexture | ( | ) | [inline] |
lux::WrinkledTexture< T >::WrinkledTexture | ( | int | oct, | |
float | roughness, | |||
TextureMapping3D * | map | |||
) | [inline] |
Definition at line 38 of file wrinkled.h.
References lux::WrinkledTexture< T >::mapping, lux::WrinkledTexture< T >::octaves, and lux::WrinkledTexture< T >::omega.
Texture< float > * lux::WrinkledTexture< T >::CreateFloatTexture | ( | const Transform & | tex2world, | |
const TextureParams & | tp | |||
) | [inline, static] |
Definition at line 60 of file wrinkled.h.
References lux::IdentityMapping3D::Apply3DTextureMappingOptions(), lux::TextureParams::FindFloat(), and lux::TextureParams::FindInt().
Referenced by lux::MakeFloatTexture().
Texture< Spectrum > * lux::WrinkledTexture< T >::CreateSpectrumTexture | ( | const Transform & | tex2world, | |
const TextureParams & | tp | |||
) | [inline, static] |
Definition at line 71 of file wrinkled.h.
References lux::IdentityMapping3D::Apply3DTextureMappingOptions(), lux::TextureParams::FindFloat(), and lux::TextureParams::FindInt().
Referenced by lux::MakeSpectrumTexture().
T lux::WrinkledTexture< T >::Evaluate | ( | const DifferentialGeometry & | dg | ) | const [inline, virtual] |
Implements lux::Texture< T >.
Definition at line 43 of file wrinkled.h.
References lux::TextureMapping3D::Map(), lux::WrinkledTexture< T >::mapping, lux::WrinkledTexture< T >::octaves, lux::WrinkledTexture< T >::omega, and lux::Turbulence().
TextureMapping3D* lux::WrinkledTexture< T >::mapping [private] |
Definition at line 55 of file wrinkled.h.
Referenced by lux::WrinkledTexture< T >::Evaluate(), lux::WrinkledTexture< T >::WrinkledTexture(), and lux::WrinkledTexture< T >::~WrinkledTexture().
int lux::WrinkledTexture< T >::octaves [private] |
Definition at line 53 of file wrinkled.h.
Referenced by lux::WrinkledTexture< T >::Evaluate(), and lux::WrinkledTexture< T >::WrinkledTexture().
float lux::WrinkledTexture< T >::omega [private] |
Definition at line 54 of file wrinkled.h.
Referenced by lux::WrinkledTexture< T >::Evaluate(), and lux::WrinkledTexture< T >::WrinkledTexture().