#include "pbrt.h"#include "material.h"Go to the source code of this file.
Classes | |
| class | Mirror |
Functions | |
| DLLEXPORT Material * | CreateMaterial (const Transform &xform, const TextureParams &mp) |
| DLLEXPORT Material* CreateMaterial | ( | const Transform & | xform, | |
| const TextureParams & | mp | |||
| ) |
Definition at line 56 of file mirror.cpp.
References Mirror::bumpMap, TextureParams::GetFloatTexture(), TextureParams::GetSpectrumTexture(), Mirror::Kr, and Mirror::Mirror().
1.5.6