This is the complete list of members for vtMaterial, including all inherited members.
CopyFrom(vtMaterial *pFrom) | vtMaterial | |
GetAmbient() const | vtMaterial | |
GetClamp(int unit=0) const | vtMaterial | |
GetCulling() const | vtMaterial | |
GetDiffuse() const | vtMaterial | |
GetEmission() const | vtMaterial | |
GetLighting() const | vtMaterial | |
GetMipMap(int unit=0) const | vtMaterial | |
GetSpecular() const | vtMaterial | |
GetTextureImage(int unit=0) const | vtMaterial | |
GetTransparent() const | vtMaterial | |
GetWireframe() const | vtMaterial | |
ModifiedTexture(int unit=0) | vtMaterial | |
SetAmbient(float r, float g, float b) | vtMaterial | |
SetClamp(bool bClamp, int unit=0) | vtMaterial | |
SetCulling(bool bCulling) | vtMaterial | |
SetDiffuse(float r, float g, float b, float a=1.0f) | vtMaterial | |
SetEmission(float r, float g, float b) | vtMaterial | |
SetLighting(bool bLighting) | vtMaterial | |
SetMipMap(bool bMipMap, int unit=0) | vtMaterial | |
SetSpecular(float r, float g, float b) | vtMaterial | |
SetTexture1D(osg::Image *pImage, int unit=0) | vtMaterial | |
SetTexture2D(osg::Image *pImage, int unit=0, bool bCompression=false) | vtMaterial | |
SetTransparent(bool bOn, bool bAdd=false) | vtMaterial | |
SetWireframe(bool bOn) | vtMaterial | |