lux::FBmTexture< T > Class Template Reference

#include <fbm.h>

Inheritance diagram for lux::FBmTexture< T >:

lux::Texture< T >

List of all members.

Public Member Functions

 ~FBmTexture ()
 FBmTexture (int oct, float roughness, TextureMapping3D *map)
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
TextureMapping3Dmapping


Detailed Description

template<class T>
class lux::FBmTexture< T >

Definition at line 32 of file fbm.h.


Constructor & Destructor Documentation

template<class T >
lux::FBmTexture< T >::~FBmTexture (  )  [inline]

Definition at line 35 of file fbm.h.

References lux::FBmTexture< T >::mapping.

template<class T >
lux::FBmTexture< T >::FBmTexture ( int  oct,
float  roughness,
TextureMapping3D map 
) [inline]


Member Function Documentation

template<class T >
Texture< float > * lux::FBmTexture< T >::CreateFloatTexture ( const Transform tex2world,
const TextureParams tp 
) [inline, static]

template<class T >
Texture< Spectrum > * lux::FBmTexture< T >::CreateSpectrumTexture ( const Transform tex2world,
const TextureParams tp 
) [inline, static]

template<class T >
T lux::FBmTexture< T >::Evaluate ( const DifferentialGeometry dg  )  const [inline, virtual]


Member Data Documentation

template<class T >
TextureMapping3D* lux::FBmTexture< T >::mapping [private]

template<class T >
int lux::FBmTexture< T >::octaves [private]

Definition at line 54 of file fbm.h.

Referenced by lux::FBmTexture< T >::Evaluate(), and lux::FBmTexture< T >::FBmTexture().

template<class T >
float lux::FBmTexture< T >::omega [private]

Definition at line 55 of file fbm.h.

Referenced by lux::FBmTexture< T >::Evaluate(), and lux::FBmTexture< T >::FBmTexture().


The documentation for this class was generated from the following file:

Generated on Mon May 18 07:19:22 2009 for lux by  doxygen 1.5.7.1