Texture.flip_x#
- Texture.flip_x() Texture[source]#
Flip the texture in the x direction.
- Returns:
pyvista.TextureFlipped texture.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> flipped = texture.flip_x()
>>> flipped.plot()