|
OpenStructure
|
#include <material.hh>
Public Member Functions | |
| Material () | |
| Material (const Color &amb, const Color &diff, const Color &spec, float shin, const Color &emm) | |
| Material (float amb, float diff, float spec, float shin, float emm) | |
| void | SetAmb (const Color &c) |
| void | SetAmb (float c) |
| void | SetDiff (const Color &c) |
| void | SetDiff (float c) |
| void | SetSpec (const Color &c) |
| void | SetSpec (float c) |
| void | SetShin (float s) |
| void | SetEmm (const Color &c) |
| void | SetEmm (float c) |
| void | RenderGL () |
Definition at line 26 of file material.hh.
| Material | ( | ) |
| Material | ( | const Color & | amb, |
| const Color & | diff, | ||
| const Color & | spec, | ||
| float | shin, | ||
| const Color & | emm | ||
| ) |
| Material | ( | float | amb, |
| float | diff, | ||
| float | spec, | ||
| float | shin, | ||
| float | emm | ||
| ) |
| void RenderGL | ( | ) |
| void SetAmb | ( | const Color & | c | ) |
| void SetAmb | ( | float | c | ) |
| void SetDiff | ( | const Color & | c | ) |
| void SetDiff | ( | float | c | ) |
| void SetEmm | ( | const Color & | c | ) |
| void SetEmm | ( | float | c | ) |
| void SetShin | ( | float | s | ) |
| void SetSpec | ( | const Color & | c | ) |
| void SetSpec | ( | float | c | ) |
1.8.5