 |
TextureMapTypes Enumeration |
TextureMapTypes enum define possible types of texture maps.
The enum is used by the
TextureMapInfo class.
Namespace: Ab4d.SharpEngine.MaterialsAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic enum TextureMapTypes
Members| Member name | Value | Description |
|---|
| Unknown | 0 |
Unknown
|
| DiffuseColor | 1 |
Diffuse color
|
| SpecularColor | 2 |
Specular color
|
| NormalMap | 3 |
Normal map that specified normal adjustment vector.
|
| ReflectionMap | 4 |
Reflection map that specifies which part or the object reflects the EnvironmentCubeMap
|
| EnvironmentCubeMap | 5 |
Environment as a CubeMap
|
| Albedo | 6 |
Albedo for PBR (Physically-based rendering)
|
| BaseColor | 7 |
Base color for PBR (Physically-based rendering)
|
| Metalness | 8 |
Metalness for PBR (Physically-based rendering)
|
| SpecularF0 | 9 |
Specular F0 for PBR (Physically-based rendering)
|
| Roughness | 10 |
Roughness for PBR (Physically-based rendering)
|
| Glossiness | 11 |
Glossiness for PBR (Physically-based rendering)
|
| AmbientOcclusion | 12 |
Baked Ambient occlusion
|
| MetalnessRoughness | 13 |
One texture for both Metalness (as red channel) and Roughness (as green channel) values used for PBR (Physically-based rendering)
|
| Emissive | 14 |
Emissive
|
| Cavity | 15 |
Cavity (not supported)
|
| Transparency | 16 |
Transparency (not supported)
|
See Also