|
Path Tracer
|
Defines the Material class and some functions around it. More...
#include "Ray.h"Go to the source code of this file.
Classes | |
| class | Material |
| Abstrat class that models a material. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Material &material) |
| Ostream operator. More... | |
Defines the Material class and some functions around it.
| 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. |