Plotter.enable_3_lights#
- Plotter.enable_3_lights(only_active: bool = False) None[source]#
Enable 3-lights illumination.
This will replace all pre-existing lights in the scene.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import demos
>>> pl = demos.orientation_plotter()
>>> pl.enable_3_lights()
>>> pl.show()
Note how this varies from the default plotting.
>>> pl = demos.orientation_plotter()
>>> pl.show()