#include "raytrace_defs.h"
#include "material.h"
#include "pluginfactory.h"
#include "noise.h"
#include "color.h"
Include dependency graph for noisematerial.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | NoiseMaterial |
class | NoiseMaterial::StaticInit |
Helper class to provide static initialization. More... | |
Functions | |
Material * | make_noise_material (std::map< std::string, std::string > props) |
Material * make_noise_material | ( | std::map< std::string, std::string > | props | ) |
Definition at line 112 of file noisematerial.h.
References Scene::get_instance(), and Scene::get_material().
Referenced by NoiseMaterial::StaticInit::StaticInit().
Here is the call graph for this function:
Here is the caller graph for this function: