19 #ifndef OST_GFX_MATERIAL_HH
20 #define OST_GFX_MATERIAL_HH
24 namespace ost {
namespace gfx {
31 Material(
float amb,
float diff,
float spec,
float shin,
float emm);
32 void SetAmb(
const Color& c);
34 void SetDiff(
const Color& c);
35 void SetDiff(
float c);
36 void SetSpec(
const Color& c);
37 void SetSpec(
float c);
38 void SetShin(
float s);
39 void SetEmm(
const Color& c);
#define DLLEXPORT_OST_GFX