InterpolationType

InterpolationType#

class InterpolationType(*values)[source]#

Lighting interpolation types.

Members accept either their int value or str annotation, for example InterpolationType.from_any('Flat').

Enum Members#

FLAT = 0#

Flat interpolation type.

GOURAUD = 1#

Gouraud interpolation type.

PHONG = 2#

Phong interpolation type.

PBR = 3#

Physically based rendering interpolation type.