pyvista.Texture.flip_y#

Texture.flip_y() Texture[ソース]#

テクスチャをy方向に反転させます.

戻り値:
pyvista.Texture

反転したテクスチャー.

>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> flipped = texture.flip_y()
>>> flipped.plot()
../../../_images/pyvista-Texture-flip_y-1_00_00.png