unreal.InterchangeMaterialXBSDF

class unreal.InterchangeMaterialXBSDF

Bases: EnumBase

Data type representing a Bidirectional Scattering Distribution Function.

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeCommon

  • File: InterchangeMaterialXDefinitions.h

BURLEY_DIFFUSE: InterchangeMaterialXBSDF

A BSDF node for Burley diffuse reflections.

Type:

1

CONDUCTOR: InterchangeMaterialXBSDF

A reflection BSDF node based on a microfacet model and a Fresnel curve for conductors/metals.

Type:

4

DIELECTRIC: InterchangeMaterialXBSDF

A reflection/transmission BSDF node based on a microfacet model and a Fresnel curve for dielectrics.

Type:

3

GENERALIZED_SCHLICK: InterchangeMaterialXBSDF

A reflection/transmission BSDF node based on a microfacet model and a generalized Schlick Fresnel curve.

Type:

5

OREN_NAYAR_DIFFUSE: InterchangeMaterialXBSDF

A BSDF node for diffuse reflections.

Type:

0

SHEEN: InterchangeMaterialXBSDF

A microfacet BSDF for the back-scattering properties of cloth-like materials.

Type:

7

SUBSURFACE: InterchangeMaterialXBSDF

A subsurface scattering BSDF for true subsurface scattering.

Type:

6

THIN_FILM: InterchangeMaterialXBSDF

Adds an iridescent thin film layer over a microfacet base BSDF.

Type:

8

TRANSLUCENT: InterchangeMaterialXBSDF

A BSDF node for pure diffuse transmission.

Type:

2