
Public Member Functions | |
| ~FBmTexture () | |
| FBmTexture (int oct, float roughness, TextureMapping3D *map) | |
| T | Evaluate (const DifferentialGeometry &dg) const |
Private Attributes | |
| int | octaves |
| float | omega |
| TextureMapping3D * | mapping |
Definition at line 29 of file fbm.cpp.
| FBmTexture< T >::~FBmTexture | ( | ) | [inline] |
| FBmTexture< T >::FBmTexture | ( | int | oct, | |
| float | roughness, | |||
| TextureMapping3D * | map | |||
| ) | [inline] |
Definition at line 35 of file fbm.cpp.
References FBmTexture< T >::mapping, FBmTexture< T >::octaves, and FBmTexture< T >::omega.
| T FBmTexture< T >::Evaluate | ( | const DifferentialGeometry & | dg | ) | const [inline, virtual] |
Implements Texture< T >.
Definition at line 40 of file fbm.cpp.
References FBm(), TextureMapping3D::Map(), FBmTexture< T >::mapping, FBmTexture< T >::octaves, and FBmTexture< T >::omega.
int FBmTexture< T >::octaves [private] |
Definition at line 47 of file fbm.cpp.
Referenced by FBmTexture< T >::Evaluate(), and FBmTexture< T >::FBmTexture().
float FBmTexture< T >::omega [private] |
Definition at line 48 of file fbm.cpp.
Referenced by FBmTexture< T >::Evaluate(), and FBmTexture< T >::FBmTexture().
TextureMapping3D* FBmTexture< T >::mapping [private] |
Definition at line 49 of file fbm.cpp.
Referenced by FBmTexture< T >::Evaluate(), FBmTexture< T >::FBmTexture(), and FBmTexture< T >::~FBmTexture().
1.5.6