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: glTFast.dll
Syntax
[Serializable]
public class Sheen
Fields
sheenColorFactor
The sheen color red, green and blue components in linear space.
Declaration
public float[] sheenColorFactor
Field Value
Type | Description |
---|---|
float[] |
See Also
sheenColorTexture
The sheen color texture.
Declaration
public TextureInfo sheenColorTexture
Field Value
Type | Description |
---|---|
TextureInfo |
See Also
sheenRoughnessFactor
The sheen roughness.
Declaration
public float sheenRoughnessFactor
Field Value
Type | Description |
---|---|
float |
See Also
sheenRoughnessTexture
The sheen roughness (Alpha) texture.
Declaration
public TextureInfo sheenRoughnessTexture
Field Value
Type | Description |
---|---|
TextureInfo |
See Also
Properties
SheenColor
The sheen color in linear space.
Declaration
public Color SheenColor { get; set; }
Property Value
Type | Description |
---|---|
Color |