Material.AlphaThreshold Property
Gets or sets the alpha threshold value.
Syntax
public System.Int32 AlphaThreshold { get; set; }
Property Value
Default: 0
Alpha threshold between 0 and 255. Fragments with a lower alpha value will not be drawn.
Remarks
Fragments with an alpha value below this threshold will not be drawn. This property is used to make sharp edges on textures with transparency. Values can be between 0 and 255. A typical value for a texture of a tree can be around 100. For a semi-transparent texture (like a cloud texture) where the alpha value in the texture should be treated as the a real alpha value, set AlphaThreshold to 0.
Platforms
Windows, Linux, Android