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