#include "stdafx.h"#include "textures/windy.h"Go to the source code of this file.
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