This is the complete list of members for
vtMaterial, including all inherited members.
| CopyFrom(vtMaterial *pFrom) | vtMaterial | |
| GetAmbient() const | vtMaterial | |
| GetClamp() const | vtMaterial | |
| GetCulling() const | vtMaterial | |
| GetDiffuse() const | vtMaterial | |
| GetEmission() const | vtMaterial | |
| GetLighting() const | vtMaterial | |
| GetMipMap() const | vtMaterial | |
| GetSpecular() const | vtMaterial | |
| GetTexture() const | vtMaterial | |
| GetTransparent() const | vtMaterial | |
| GetWireframe() const | vtMaterial | |
| ModifiedTexture() | vtMaterial | |
| SetAmbient(float r, float g, float b) | vtMaterial | |
| SetClamp(bool bClamp) | 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) | vtMaterial | |
| SetSpecular(float r, float g, float b) | vtMaterial | |
| SetTexture(osg::Image *pImage) | vtMaterial | |
| SetTransparent(bool bOn, bool bAdd=false) | vtMaterial | |
| SetWireframe(bool bOn) | vtMaterial | |