Enum StandardShaderMode
Built-In render pipeline Standard shader modes
Namespace: GLTFast.Materials
Assembly: glTFast.dll
Syntax
public enum StandardShaderMode
Fields
Name | Description |
---|---|
Cutout | Cutout mode (alpha test) |
Fade | Fade mode (alpha blended opacity) |
Opaque | Opaque mode |
Transparent | Transparent mode (alpha blended transmission; e.g. glass) |