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