Click or drag to resize
DigitalRuneWaterWavesNormalMap Property
Gets (or sets) the normal map (using standard encoding, see remarks).

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Texture2D NormalMap { get; protected set; }

Property Value

Type: Texture2D
The normal map (using standard encoding, see remarks).
Remarks
The normal map value will be decoded in the shader using normal = tex2D(NormalSampler, texCoord) * 2 - 1
See Also