Click or drag to resize
AB4D logo

ShadowLightDataUpdate Method

Updates the data

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void Update(
	ILight shadowLight,
	Vector3 lightPosition,
	ref Matrix lightViewProjection,
	ShaderResourceView shadowDepthView
)

Parameters

shadowLight  ILight
Light that the data was created from
lightPosition  Vector3
Position of the light
lightViewProjection  Matrix
Light ViewProjection matrix
shadowDepthView  ShaderResourceView
ShaderResourceView of the shadow map buffer
See Also