Enum AlphaMaterialMode
Represents methods to handle alpha (transparent) materials.
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
public enum AlphaMaterialMode
Fields
Name | Description |
---|---|
Cutout | Creates cutout alpha materials where applicable. |
CutoutAndTransparent | Creates both materials and uses the second one as a copy from the semi-transparent mesh. |
None | Does not create any alpha material and uses opaque materials instead. |
Transparent | Creates transparent (alpha) materials where applicable. |