|
CeresEngine 0.2.0
A game development framework
|
Swaps the texture coordinates axis u and v. More...
#include <CeresEngine/Mesh/Generator/UvSwapMesh.hpp>
Public Types | |
| using | Triangles = typename Impl::Triangles |
| using | Vertices = typename Impl::Vertices |
Public Member Functions | |
| UvSwapMesh (Mesh mesh) | |
| Triangles | triangles () const noexcept |
| Vertices | vertices () const noexcept |
Private Types | |
| using | Impl = TransformMesh< Mesh > |
Private Attributes | |
| Impl | mTransformMesh |
Swaps the texture coordinates axis u and v.
|
private |
| using CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::Triangles = typename Impl::Triangles |
| using CeresEngine::MeshGenerator::UvSwapMesh< Mesh >::Vertices = typename Impl::Vertices |
|
inline |
| mesh | Source data mesh |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |