Symbol3D.AlphaThreshold Property
Gets or sets the alpha threshold value of the model.
Syntax
public System.Int32 AlphaThreshold { get; set; }
Property Value
Default: 0
The alpha threshold value of the model, between 0 and 255.
Remarks
Fragments with alpha value below this threshold are not drawn (will have alpha 0). This is used to make sharp edges on textures with transparency. See Material.AlphaThreshold.
Platforms
Windows, Linux, Android