#include "stdafx.h"#include "materials/plastic.h"#include "spectrum.h"#include "reflection.h"#include "paramset.h"#include "texture.h"Go to the source code of this file.
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