Click or drag to resize

MaterialsGetSolidMaterialWithoutColorOrTexture Method

Gets the shared material instance that has no color and no texture.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IMaterial GetSolidMaterialWithoutColorOrTexture()

Return Value

IMaterial
The shared colorless, textureless material.
See Also