#include "pbrt.h"#include "texture.h"#include "paramset.h"Go to the source code of this file.
Classes | |
| class | DotsTexture< 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 66 of file dots.cpp.
References Error(), TextureParams::FindFloat(), TextureParams::FindString(), TextureParams::FindVector(), TextureParams::GetFloatTexture(), and Transform::GetInverse().
| DLLEXPORT Texture<Spectrum>* CreateSpectrumTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 93 of file dots.cpp.
References Error(), TextureParams::FindFloat(), TextureParams::FindString(), TextureParams::FindVector(), Transform::GetInverse(), and TextureParams::GetSpectrumTexture().
1.5.6