pyvista.Texture.flip_y#

Texture.flip_y() Texture[source]#

Flip the texture in the y direction.

Returns:
pyvista.Texture

Flipped texture.

Examples

>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> flipped = texture.flip_y()
>>> flipped.plot()
https://d33wubrfki0l68.cloudfront.net/9c34681b178dc27ec28c93781f55b71fa73c4a34/04ef0/_images/pyvista-texture-flip_y-1_00_00.png