Enum TextureType
Represents a Texture usage type.
Namespace: TriLibCore.General
Assembly: TriLibCore.dll
Syntax
public enum TextureType
Fields
Name | Description |
---|---|
Diffuse | The Diffuse Texture Type. |
Displacement | The Displacement Texture Type. |
Emission | The Emission Texture Type. |
GlossinessOrRoughness | The Glossiness/Roughness Texture Type. |
Metalness | The Metalness Texture Type. |
NormalMap | The Normal Map Texture Type. |
Occlusion | The Occlusion Texture Type. |
Specular | The Specular Texture Type. |
Transparency | The Transparency Material shading. |
Undefined | The Texture usage is unknown. |