Click or drag to resize
AB4D logo

IEmissiveMaterial Interface

IEmissiveMaterial interface defines properties that define a material that emit the light in a specifed color - the object is always in the EmissiveColor regardless of the lights.

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

The IEmissiveMaterial type exposes the following members.

Properties
 NameDescription
Public propertyEmissiveColor Gets a Color3 that that represents the emissive color - the color of the object regardless of the lights.
Public propertyHasOnlyEmissiveColor Gets a Boolean that specifies if this material has only emissive color. If false than other material properties are also defined.
Top
See Also