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()
テクスチャをy方向に反転させます.
pyvista.Texture
反転したテクスチャー.
例
>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> flipped = texture.flip_y()
>>> flipped.plot()