# Examples from pyvista.plotting.themes.Theme.volume_mapper
# =========================================================

# Set default volume mapper globally to 'gpu'.
import pyvista as pv
pv.global_theme.volume_mapper = 'gpu'

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

