Click or drag to resize
AB4D logo

IDirectionalLight Interface

IDirectionalLight interface defines a lights that shines from infinint and has a direction vector set.

Namespace: Ab3d.DirectX.Lights
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public interface IDirectionalLight : ILight

The IDirectionalLight type exposes the following members.

Properties
 NameDescription
Public propertyDiffuseColor Gets a Color3 that specifies the diffuse color of this light.
Public propertyDirection Gets a Vector3 that specifies the direction of this light.
Public propertySpecularColor Gets a Color3 that specifies the specular color of this light.
Top
See Also