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