
Public Member Functions | |
| size_t | Hash () const |
| bool | operator== (SimpleMaterial const &other) const |
| SimpleMaterial (SC::Store::Color const &color) | |
| SimpleMaterial (SC::Store::Color const &color, float mirror, float specular, float gloss, std::string texture) | |
Public Attributes | |
| SC::Store::Color | color |
| float | gloss |
| float | mirror |
| float | specular |
| std::string | texture |