Click or drag to resize

MaterialInvisibleSmoothness Property

Gets the specular exponent. The higher this value, the more shiny the material (i.e. the smaller the reflex on the surface).

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

Property Value

Double
The specular exponent.

Implements

IMaterialSmoothness
See Also