Click or drag to resize

MaterialBaseVerifySmoothness Method

Verifies the smothness to be in the range [0,1]

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void VerifySmoothness(
	double value,
	string valueName
)

Parameters

value  Double
The value of the specular exponent.
valueName  String
Name of the value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also