download_bunny#
- download_bunny(load=True)[source]#
Download bunny dataset.
The Stanford Bunny from the Stanford 3D Scanning Repository. Please credit the Stanford Computer Graphics Laboratory (Turk and Levoy, SIGGRAPH ‘94) when using this model.
Stanford permits free redistribution for research and mirroring. Inclusion in a product-for-sale requires permission from the Stanford Computer Graphics Laboratory.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples
>>> from pyvista import examples >>> dataset = examples.download_bunny() >>> dataset.plot(cpos='xy')
See also
- Bunny Dataset
See this dataset in the Dataset Gallery for more info.
This dataset is used in the following examples: