24 std::swap(vertex.texCoord[0], vertex.texCoord[1]);
Definition MeshVertex.hpp:14
Swaps the texture coordinates axis u and v.
Definition UvSwapMesh.hpp:15
typename Impl::Vertices Vertices
Definition UvSwapMesh.hpp:31
UvSwapMesh(Mesh mesh)
Definition UvSwapMesh.hpp:22
Triangles triangles() const noexcept
Definition UvSwapMesh.hpp:29
Vertices vertices() const noexcept
Definition UvSwapMesh.hpp:33
typename Impl::Triangles Triangles
Definition UvSwapMesh.hpp:27
Impl mTransformMesh
Definition UvSwapMesh.hpp:18
A base class for all mesh implementations.
Definition Mesh.hpp:112
Definition AnyGenerator.hpp:12
UvSwapMesh< Mesh > uvSwapMesh(Mesh mesh)
Definition UvSwapMesh.hpp:36
auto move(Vector3 position)
Moves a entity to the given position.
Definition Helpers.hpp:22
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25