Rendu
A lightweight rendering engine for experimentations
|
Associate a mesh and a material. More...
#include <CompositeObj.hpp>
Public Member Functions | |
Object (const std::string &aName) | |
Public Attributes | |
Mesh | mesh |
The mesh. | |
std::string | name |
Name of the object. | |
std::string | material |
Name of the material. | |
Associate a mesh and a material.
|
inlineexplicit |
Constructor.
aName | the name of the object. |