Click or drag to resize

MaterialBase(Double, Double) Constructor

Initializes a new instance of the MaterialBase class.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public MaterialBase(
	double smoothness,
	double metalness
)

Parameters

smoothness  Double
The smoothness value, see Smoothness.
metalness  Double
The specular mixing coefficient, see explanation here: Metalness.
See Also