| WaterNormalMap1Scale Property |
Gets or sets the scale of the second normal map.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float NormalMap1Scale { get; set; }
Public Property NormalMap1Scale As Single
Get
Set
public:
property float NormalMap1Scale {
float get ();
void set (float value);
}
member NormalMap1Scale : float32 with get, set
Property Value
Type:
SingleThe scale of the second normal map. The default value is 1.
See Also