Click or drag to resize

MaterialInvisibleWithSpecularProperties Method

[Missing <summary> documentation for "M:Altaxo.Drawing.D3D.Material.MaterialInvisible.WithSpecularProperties(System.Double,System.Double,System.Double)"]


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

Parameters

smoothness  Double

[Missing <param name="smoothness"/> documentation for "M:Altaxo.Drawing.D3D.Material.MaterialInvisible.WithSpecularProperties(System.Double,System.Double,System.Double)"]

metalness  Double

[Missing <param name="metalness"/> documentation for "M:Altaxo.Drawing.D3D.Material.MaterialInvisible.WithSpecularProperties(System.Double,System.Double,System.Double)"]

indexOfRefraction  Double

[Missing <param name="indexOfRefraction"/> documentation for "M:Altaxo.Drawing.D3D.Material.MaterialInvisible.WithSpecularProperties(System.Double,System.Double,System.Double)"]

Return Value

IMaterial

[Missing <returns> documentation for "M:Altaxo.Drawing.D3D.Material.MaterialInvisible.WithSpecularProperties(System.Double,System.Double,System.Double)"]

Implements

IMaterialWithSpecularProperties(Double, Double, Double)
See Also