#include "pbrt.h"#include "texture.h"#include "paramset.h"Go to the source code of this file.
Classes | |
| class | FBmTexture< T > |
Functions | |
| DLLEXPORT Texture< float > * | CreateFloatTexture (const Transform &tex2world, const TextureParams &tp) |
| DLLEXPORT Texture< Spectrum > * | CreateSpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
| DLLEXPORT Texture<float>* CreateFloatTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 52 of file fbm.cpp.
References TextureParams::FindFloat(), and TextureParams::FindInt().
| DLLEXPORT Texture<Spectrum>* CreateSpectrumTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 60 of file fbm.cpp.
References TextureParams::FindFloat(), and TextureParams::FindInt().
1.5.6