API Reference
Reset the camera to use perspective projection.
Examples
>>> import pyvista >>> from pyvista import demos >>> pl = pyvista.demos.orientation_plotter() >>> pl.disable_parallel_projection() >>> pl.show()