Lighting interpolation types.
- Attributes:
 
- FLAT(
int, str) Flat interpolation type.
 
- GOURAUD(
int, str) Gouraud interpolation type.
 
- PHONG(
int, str) Phong interpolation type.
 
- PBR(
int, str) Physically based rendering interpolation type.
 
 
- Member Type:
 
int
 
Valid values are as follows:
- 
FLAT = <InterpolationType.FLAT: 0>
 
- 
GOURAUD = <InterpolationType.GOURAUD: 1>
 
- 
PHONG = <InterpolationType.PHONG: 2>
 
- 
PBR = <InterpolationType.PBR: 3>