Click or drag to resize

MaterialInvisiblePhongModelDiffuseIntensity Property

Gets the diffuse intensity normalized for phong model.

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

Property Value

Double
The diffuse intensity normalized for phong model.

Implements

IMaterialPhongModelDiffuseIntensity
See Also