|
Path Tracer
|
#include "Material.h"Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Material &material) |
| Ostream operator. More... | |
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const Material & | material | ||
| ) |
Ostream operator.
Calls the Material::getDescription() method.
| stream | The ostream before. |
| material | The material that will be added to the stream. |