Class PbrSpecularGlossiness
This extension defines the specular-glossiness material model from Physically-Based Rendering (PBR).
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class PbrSpecularGlossiness
Fields
Name | Description |
---|---|
diffuseFactor | Diffuse color red, green, blue and alpha components in linear space. |
diffuseTexture | Diffuse color texture info. |
glossinessFactor | The glossiness or smoothness of the material. |
specularFactor | Specular color red, green and blue components in linear space. |
specularGlossinessTexture | The specular-glossiness texture. |
Properties
Name | Description |
---|---|
DiffuseColor | Diffuse color in linear space. |
SpecularColor | Specular color in linear space. |