#include "stdafx.h"#include "textures/marble.h"Go to the source code of this file.
Functions | |
| Texture< float > * | CreateMarbleFloatTexture (const Transform &tex2world, const TextureParams &tp) |
| MarbleTexture * | CreateMarbleSpectrumTexture (const Transform &tex2world, const TextureParams &tp) |
| Texture<float>* CreateMarbleFloatTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 30 of file marble.cpp.
Referenced by MakeFloatTexture().
| MarbleTexture* CreateMarbleSpectrumTexture | ( | const Transform & | tex2world, | |
| const TextureParams & | tp | |||
| ) |
Definition at line 37 of file marble.cpp.
References TextureParams::FindFloat(), and TextureParams::FindInt().
Referenced by MakeSpectrumTexture().
1.6.3