Click or drag to resize

MaterialBaseWithSpecularPropertiesAs Method

Returns a new material based on this material, but with all specular properties taken from the template material provided in templateMaterial.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IMaterial WithSpecularPropertiesAs(
	IMaterial templateMaterial
)

Parameters

templateMaterial  IMaterial
The template material.

Return Value

IMaterial
A new material based on this material, but with all specular properties taken from the template material provided in templateMaterial.

Implements

IMaterialWithSpecularPropertiesAs(IMaterial)
See Also