pyvista.examples.downloads.download_dikhololo_night

pyvista.examples.downloads.download_dikhololo_night#

download_dikhololo_night(load=True)[source]#

Download and read the dikholo night hdr texture example.

Files hosted at https://polyhaven.com/

Parameters:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.Texture

HDR Texture.

Examples

>>> from pyvista import examples
>>> texture = examples.download_dikhololo_night()
>>> texture.plot()
../../../_images/pyvista-examples-downloads-download_dikhololo_night-b36c9ae285ad1abe_00_00.png

See also

Dikhololo Night Dataset

See this dataset in the Dataset Gallery for more info.

Parched Canal 4k Dataset

Another HDR texture.

Working with glTF Files

See additional examples using this dataset.