Click or drag to resize
AB4D logo

ISpecularMaterial Interface

ISpecularMaterial interface defines properties that define specular properties of the material.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface ISpecularMaterial

The ISpecularMaterial type exposes the following members.

Properties
 NameDescription
Public propertyHasSpecularColor Gets a boolean that specifies if this material is using specular effect.
Public propertySpecularColor Gets the Color3 that specifies the color used to draw the specular highlight effect.
Public propertySpecularPower Gets a float that specifies the power of the specular effect. Zero values means that the specular effect is turned off.
Top
See Also