Click or drag to resize

MaterialBaseSmoothness Property

The smothness value, a value in the range [0,1]. A value of 0 defines a rough diffuse surface, and a value of 1 a very shiny surface.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Smoothness { get; }

Property Value

Double

Implements

IMaterialSmoothness
See Also