Click or drag to resize
AB4D logo

PixelMaterialAlphaClipThreshold Property

Pixels with alpha color values below this value will be clipped (not rendered and their depth will not be written to depth buffer). This value is fixed to 0.5.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public float AlphaClipThreshold { get; }

Property Value

Single

Implements

IDiffuseTextureMaterialAlphaClipThreshold
See Also