Click or drag to resize

MaterialBaseWithMetalness Method

Gets a new instance of the material with the specular mixing coefficient set to the provided value.

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

Parameters

metalness  Double
The specular mixing coefficient.

Return Value

MaterialBase
A new instance of the material with the specular mixing coefficient set to the provided value.
See Also