HDK
|
#include <simpleMaterial.h>
Public Member Functions | |
GLF_API | GlfSimpleMaterial () |
GLF_API | ~GlfSimpleMaterial () |
GLF_API GfVec4f const & | GetAmbient () const |
GLF_API void | SetAmbient (GfVec4f const &ambient) |
GLF_API GfVec4f const & | GetDiffuse () const |
GLF_API void | SetDiffuse (GfVec4f const &diffuse) |
GLF_API GfVec4f const & | GetSpecular () const |
GLF_API void | SetSpecular (GfVec4f const &specular) |
GLF_API GfVec4f const & | GetEmission () const |
GLF_API void | SetEmission (GfVec4f const &specular) |
GLF_API double | GetShininess () const |
GLF_API void | SetShininess (double specular) |
GLF_API bool | operator== (GlfSimpleMaterial const &other) const |
GLF_API bool | operator!= (GlfSimpleMaterial const &other) const |
Definition at line 36 of file simpleMaterial.h.
GLF_API GlfSimpleMaterial::GlfSimpleMaterial | ( | ) |
GLF_API GlfSimpleMaterial::~GlfSimpleMaterial | ( | ) |
GLF_API double GlfSimpleMaterial::GetShininess | ( | ) | const |
GLF_API bool GlfSimpleMaterial::operator!= | ( | GlfSimpleMaterial const & | other | ) | const |
GLF_API bool GlfSimpleMaterial::operator== | ( | GlfSimpleMaterial const & | other | ) | const |