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:
- Returns:
pyvista.Texture
HDR Texture.
Examples
>>> from pyvista import examples >>> texture = examples.download_dikhololo_night() >>> texture.plot()
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.