pyvista.Plotter.enable_3_lights# Plotter.enable_3_lights(only_active=False)[ソース]# 3ライトイルミネーションを有効にします. これにより,シーン内の既存のライトがすべて置き換えられます. パラメータ: only_activebool, default: FalseTrue の場合は,アクティブなレンダラーのみを変更します.デフォルトでは,すべてのレンダラーが影響を受けます. 例 >>> from pyvista import demos >>> pl = demos.orientation_plotter() >>> pl.enable_3_lights() >>> pl.show() デフォルトのプロッティングとの違いに注意してください. >>> pl = demos.orientation_plotter() >>> pl.show()