textures#
- property UniformGrid.textures: Dict[str, vtkmodules.vtkRenderingCore.vtkTexture]#
Return a dictionary to hold compatible
vtk.vtkTexture
objects.When casting back to a VTK dataset or filtering this dataset, these textures will not be passed.
Examples
Return the active texture datasets from the globe example.
>>> from pyvista import examples >>> globe = examples.load_globe() >>> globe.textures {'2k_earth_daymap': ...}