vtMaterial Member List
This is the complete list of members for
vtMaterial, including all inherited members.
| CopyFrom(vtMaterial *pFrom) | vtMaterialBase | |
| GetAmbient() const | vtMaterial | [virtual] |
| GetClamp() const | vtMaterial | |
| GetCulling() const | vtMaterial | [virtual] |
| GetDiffuse() const | vtMaterial | [virtual] |
| GetEmission() const | vtMaterial | [virtual] |
| GetLighting() const | vtMaterial | [virtual] |
| GetMipMap() const | vtMaterial | |
| GetSpecular() const | vtMaterial | [virtual] |
| GetTexture() const | vtMaterial | |
| GetTransparent() const | vtMaterial | [virtual] |
| GetWireframe() const | vtMaterial | |
| ModifiedTexture() | vtMaterial | |
| SetAmbient(float r, float g, float b) | vtMaterial | [virtual] |
| SetClamp(bool bClamp) | vtMaterial | |
| SetCulling(bool bCulling) | vtMaterial | [virtual] |
| SetDiffuse(float r, float g, float b, float a=1.0f) | vtMaterial | [virtual] |
| SetEmission(float r, float g, float b) | vtMaterial | [virtual] |
| SetLighting(bool bLighting) | vtMaterial | [virtual] |
| SetMipMap(bool bMipMap) | vtMaterial | |
| SetSpecular(float r, float g, float b) | vtMaterial | [virtual] |
| SetTexture(vtImage *pImage) | vtMaterial | [virtual] |
| SetTexture2(const char *szFilename) | vtMaterial | |
| SetTransparent(bool bOn, bool bAdd=false) | vtMaterial | [virtual] |
| SetWireframe(bool bOn) | vtMaterial | |