Camera.disable_parallel_projection#
- Camera.disable_parallel_projection()[source]#
Disable the use of parallel projection.
This is default behavior.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> from pyvista import demos
>>> pl = pv.demos.orientation_plotter()
>>> pl.disable_parallel_projection()
>>> pl.show()