#include "pbrt.h"#include "texture.h"#include "paramset.h"Go to the source code of this file.
Classes | |
| class | WindyTexture< T > |
Functions | |
| WindyTexture< float > * | CreateWindyFloatTexture (const Transform &tex2world, const TextureParams &tp) |
| WindyTexture< Spectrum > * | CreateWindySpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
| WindyTexture<float>* CreateWindyFloatTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 30 of file windy.cpp.
Referenced by MakeFloatTexture().
| WindyTexture<Spectrum>* CreateWindySpectrumTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 39 of file windy.cpp.
Referenced by MakeSpectrumTexture().
1.6.3