#include "pbrt.h"#include "material.h"Go to the source code of this file.
Classes | |
| class | MatteMaterial |
Functions | |
| MatteMaterial * | CreateMatteMaterial (const Transform &xform, const TextureParams &mp) |
| MatteMaterial* CreateMatteMaterial | ( | const Transform & | xform, | |
| const TextureParams & | mp | |||
| ) |
Definition at line 56 of file matte.cpp.
References TextureParams::GetFloatTexture(), and TextureParams::GetSpectrumTexture().
Referenced by MakeMaterial().
1.6.3