IMaterial_DG Interface
Access to atributes of material.
IMaterial_DG can obtained via IEntity_DG > GetAppearance() > IMaterial_DG.
Implements also: IAppearance_DG, ITexture_DG.
See also Object Array Sample,
Interface List
Properties
- float Shininess
- bool UseForWire
- Color WireFrameColor
- bool LightingEnabled
- bool UseGlobalWireColor
Methods
- GetColor
- SetColor
Color GetColor(LightComponent_DG component)
void SetColor(LightComponent_DG component, Color clr)
|