pyvista.plotting.opts.InterpolationType#

enum InterpolationType(value)[ソース]#

照明補間の種類.

アトリビュート:
FLAT(int, str)

フラット補間タイプ.

GOURAUD(int, str)

Gouraudの補間タイプ.

PHONG(int, str)

Phong の補間タイプ.

PBR(int, str)

物理ベースのレンダリング補間タイプ.

メンバー種別:

int

有効な値は以下の通りです:

FLAT = <InterpolationType.FLAT: 0>#
GOURAUD = <InterpolationType.GOURAUD: 1>#
PHONG = <InterpolationType.PHONG: 2>#
PBR = <InterpolationType.PBR: 3>#