|
Unravel Engine C++ Reference
|
Swaps the texture coordinates axis u and v. More...
#include <uv_swap_mesh.hpp>
Public Types | |
| using | triangles_t = typename impl_t::triangles_t |
| using | vertices_t = typename impl_t::vertices_t |
Public Member Functions | |
| uv_swap_mesh_t (mesh_t mesh) | |
| triangles_t | triangles () const noexcept |
| vertices_t | vertices () const noexcept |
Swaps the texture coordinates axis u and v.
Definition at line 11 of file uv_swap_mesh.hpp.
| using generator::uv_swap_mesh_t< mesh_t >::triangles_t = typename impl_t::triangles_t |
Definition at line 28 of file uv_swap_mesh.hpp.
| using generator::uv_swap_mesh_t< mesh_t >::vertices_t = typename impl_t::vertices_t |
Definition at line 35 of file uv_swap_mesh.hpp.
|
inline |
| mesh | Source data mesh |
Definition at line 19 of file uv_swap_mesh.hpp.
|
inlinenoexcept |
Definition at line 30 of file uv_swap_mesh.hpp.
|
inlinenoexcept |
Definition at line 37 of file uv_swap_mesh.hpp.