#include <windy.h>
Public Member Functions | |
virtual | ~WindyTexture () |
WindyTexture (TextureMapping3D *map) | |
virtual T | Evaluate (const TsPack *tspack, const DifferentialGeometry &dg) const |
Static Public Member Functions | |
static Texture< float > * | CreateFloatTexture (const Transform &tex2world, const TextureParams &tp) |
static Texture< SWCSpectrum > * | CreateSWCSpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
Private Attributes | |
TextureMapping3D * | mapping |
Definition at line 34 of file windy.h.
virtual lux::WindyTexture< T >::~WindyTexture | ( | ) | [inline, virtual] |
Definition at line 37 of file windy.h.
References lux::WindyTexture< T >::mapping.
lux::WindyTexture< T >::WindyTexture | ( | TextureMapping3D * | map | ) | [inline] |
Definition at line 40 of file windy.h.
References lux::WindyTexture< T >::mapping.
Texture< float > * lux::WindyTexture< T >::CreateFloatTexture | ( | const Transform & | tex2world, | |
const TextureParams & | tp | |||
) | [inline, static] |
Definition at line 61 of file windy.h.
References lux::IdentityMapping3D::Apply3DTextureMappingOptions().
Texture< SWCSpectrum > * lux::WindyTexture< T >::CreateSWCSpectrumTexture | ( | const Transform & | tex2world, | |
const TextureParams & | tp | |||
) | [inline, static] |
Definition at line 71 of file windy.h.
References lux::IdentityMapping3D::Apply3DTextureMappingOptions().
virtual T lux::WindyTexture< T >::Evaluate | ( | const TsPack * | tspack, | |
const DifferentialGeometry & | dg | |||
) | const [inline, virtual] |
Implements lux::Texture< T >.
Definition at line 43 of file windy.h.
References lux::FBm(), lux::TextureMapping3D::Map(), and lux::WindyTexture< T >::mapping.
TextureMapping3D* lux::WindyTexture< T >::mapping [private] |
Definition at line 57 of file windy.h.
Referenced by lux::WindyTexture< T >::Evaluate(), lux::WindyTexture< T >::WindyTexture(), and lux::WindyTexture< T >::~WindyTexture().