GltfMaterial.alphaCutoff Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the cutoff threshold when in MASK mode. If the alpha value is greater than
or equal to this value then it is rendered as fully opaque, otherwise, it is rendered
as fully transparent. This value is ignored for other modes.
public: double alphaCutoff;
public double alphaCutoff;
val mutable alphaCutoff : double
Public alphaCutoff As Double