Click or drag to resize
AB4D logo

ShadowLightData Class

ShadowLightData class defines data that are required for shadow mapping and are generated from one shadow light.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXShadowLightData

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class ShadowLightData

The ShadowLightData type exposes the following members.

Constructors
 NameDescription
Public methodShadowLightData Constructor
Top
Methods
 NameDescription
Public methodUpdate Updates the data
Top
Fields
 NameDescription
Public fieldLightPosition Position of the light.
Public fieldLightViewProjection Light ViewProjection matrix
Public fieldShadowDepthView ShaderResourceView of the shadow map buffer
Public fieldShadowLight Light that the data was created from.
Top
See Also