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