Click or drag to resize

MaterialBaseWithSpecularProperties Method

Gets a new instance of this material with all specular properties set to the provided values.

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

Parameters

smoothness  Double
The surface smoothness in the range [0, 1].
metalness  Double
The surface metalness in the range [0, 1].
indexOfRefraction  Double
The index of refraction in the range [1, Infinity].

Return Value

MaterialBase
A new instance of this material with all specular properties set to the provided values.
See Also