Click or drag to resize
AB4D logo

ScreenSpaceAmbientOcclusionRenderingProviderNormalDepthEffect Property

Gets or sets the NormalDepthEffect that is used to render the depth-normal texture of the 3D scene. This property is defined in this CreateResources(DXScene) method and can be overriden by the user.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public NormalDepthEffect NormalDepthEffect { get; set; }

Property Value

NormalDepthEffect
See Also