#include "stdafx.h"#include "materials/uber.h"#include "spectrum.h"#include "reflection.h"#include "texture.h"#include "paramset.h"Go to the source code of this file.
Functions | |
| UberMaterial * | CreateUberMaterial (const Transform &xform, const TextureParams &mp) |
| UberMaterial* CreateUberMaterial | ( | const Transform & | xform, | |
| const TextureParams & | mp | |||
| ) |
Definition at line 74 of file uber.cpp.
References TextureParams::GetFloatTexture(), and TextureParams::GetSpectrumTexture().
Referenced by MakeMaterial().
1.6.3