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