Click or drag to resize

MaterialBasePhongModelSpecularExponent Property

Gets the specular exponent used by the Phong lighting model.

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

Property Value

Double

Implements

IMaterialPhongModelSpecularExponent
See Also