Plotter.disable_camera_distortion

Plotter.disable_camera_distortion#

Plotter.disable_camera_distortion() None[source]#

Return every actor to the undistorted camera model.

Added in version 0.49.

Examples#

Download Python source code | Download Jupyter notebook

>>> import pyvista as pv
>>> pl = pv.Plotter()
>>> pl.enable_camera_distortion((0.4, 0.15, 0.0, 0.0))
>>> pl.disable_camera_distortion()

See Also#

enable_camera_distortion