pyvista.examples.downloads.download_dikhololo_night#

download_dikhololo_night()[source]#

Download and read the dikholo night hdr texture example.

Files hosted at https://polyhaven.com/

Returns:
pyvista.Texture

HDR Texture.

Examples

>>> import pyvista as pv
>>> from pyvista import examples
>>> gltf_file = examples.gltf.download_damaged_helmet()
>>> texture = examples.download_dikhololo_night()
>>> pl = pv.Plotter()
>>> pl.import_gltf(gltf_file)
>>> pl.set_environment_texture(texture)
>>> pl.show()
../../../_images/pyvista-examples-downloads-download_dikhololo_night-1_00_00.png