Click or drag to resize
AB4D logo

NormalDepthEffectTransformNormalsToViewSpace Property

Gets or sets a Boolean that specifies if normals are transformed into view space (multiplied by View matrix). This is used for Screen Space Ambient Occlusion (SSAO). False by default.

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

Property Value

Boolean
See Also