#include "stdafx.h"#include "textures/scale.h"Go to the source code of this file.
Functions | |
| ScaleTexture< float, float > * | CreateScaleFloatTexture (const Transform &tex2world, const TextureParams &tp) |
| ScaleTexture< Spectrum, Spectrum > * | CreateScaleSpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
| ScaleTexture<float, float>* CreateScaleFloatTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 30 of file scale.cpp.
References TextureParams::GetFloatTexture().
Referenced by MakeFloatTexture().
| ScaleTexture<Spectrum, Spectrum>* CreateScaleSpectrumTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 38 of file scale.cpp.
References TextureParams::GetSpectrumTexture().
Referenced by MakeSpectrumTexture().
1.6.3