pyvista.Texture.rotate_cw#
- Texture.rotate_cw() Texture[source]#
 Rotate this texture 90 degrees clockwise.
- Returns:
 pyvista.TextureRotated texture.
Examples
>>> from pyvista import examples >>> texture = examples.download_puppy_texture() >>> rotated = texture.rotate_cw() >>> rotated.plot()