Class Sheen
This extension defines a sheen that can be layered on top of an existing glTF material definition. A sheen layer is a common technique used in Physically-Based Rendering to represent cloth and fabric materials, for example.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class Sheen
Fields
| Name | Description |
|---|---|
| sheenColorFactor | The sheen color red, green and blue components in linear space. |
| sheenColorTexture | The sheen color texture. |
| sheenRoughnessFactor | The sheen roughness. |
| sheenRoughnessTexture | The sheen roughness (Alpha) texture. |
Properties
| Name | Description |
|---|---|
| SheenColor | The sheen color in linear space. |