Navigation
API > API/Plugins > API/Plugins/InterchangeCommon > API/Plugins/InterchangeCommon/MaterialX
References
| Module | InterchangeCommon |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Common/Public/MaterialX/InterchangeMaterialXDefinitions.h |
| Include | #include "MaterialX/InterchangeMaterialXDefinitions.h" |
Syntax
enum EInterchangeMaterialXBSDF
{
OrenNayarDiffuse,
BurleyDiffuse,
Translucent,
Dielectric,
Conductor,
GeneralizedSchlick,
Subsurface,
Sheen,
ThinFilm,
UMETA =(hidden),
}
Values
| Name | Description |
|---|---|
| OrenNayarDiffuse | A BSDF node for diffuse reflections. |
| BurleyDiffuse | A BSDF node for Burley diffuse reflections. |
| Translucent | A BSDF node for pure diffuse transmission. |
| Dielectric | A reflection/transmission BSDF node based on a microfacet model and a Fresnel curve for dielectrics. |
| Conductor | A reflection BSDF node based on a microfacet model and a Fresnel curve for conductors/metals. |
| GeneralizedSchlick | A reflection/transmission BSDF node based on a microfacet model and a generalized Schlick Fresnel curve. |
| Subsurface | A subsurface scattering BSDF for true subsurface scattering. |
| Sheen | A microfacet BSDF for the back-scattering properties of cloth-like materials. |
| ThinFilm | Adds an iridescent thin film layer over a microfacet base BSDF. |
| UMETA |
Remarks
Data type representing a Bidirectional Scattering Distribution Function.