Class diagram for Material:
Public Members | |
Material () | |
const Color& | getAmbient () const |
const Color& | getDiffuse () const |
const Color& | getSpecular () const |
const Color& | getEmission () const |
Float | getShininess () const |
Void | setAmbient (const Color& ambient) |
Void | setDiffuse (const Color& diffuse) |
Void | setSpecular (const Color& specular) |
Void | setShininess (Float shininess) |