| OceanWavesTextureSize Property |
Gets or sets the size of the displacement/normal map in texels.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int TextureSize { get; set; }
Public Property TextureSize As Integer
Get
Set
public:
property int TextureSize {
int get ();
void set (int value);
}
member TextureSize : int with get, set
Property Value
Type:
Int32
The size of the displacement/normal map in texels. Must be a power of two (e.g. 2, 4, 8,
etc.). The default value is 256.
Exceptions See Also