CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshGenerator::UvFlipMesh< Mesh > Class Template Reference

Flips texture coordinate axis directions. More...

#include <CeresEngine/Mesh/Generator/UvFlipMesh.hpp>

Public Types

using Triangles = typename Impl::Triangles
 
using Vertices = typename Impl::Vertices
 

Public Member Functions

 UvFlipMesh (Mesh mesh, bool u, bool v)
 
Triangles triangles () const noexcept
 
Vertices vertices () const noexcept
 

Private Types

using Impl = TransformMesh< Mesh >
 

Private Attributes

Impl mTransformMesh
 

Detailed Description

template<typename Mesh>
class CeresEngine::MeshGenerator::UvFlipMesh< Mesh >

Flips texture coordinate axis directions.

Member Typedef Documentation

◆ Impl

◆ Triangles

◆ Vertices

Constructor & Destructor Documentation

◆ UvFlipMesh()

template<typename Mesh >
CeresEngine::MeshGenerator::UvFlipMesh< Mesh >::UvFlipMesh ( Mesh  mesh,
bool  u,
bool  v 
)
inline
Parameters
meshSource data mesh.
uFlip u
vFlip v

Member Function Documentation

◆ triangles()

template<typename Mesh >
Triangles CeresEngine::MeshGenerator::UvFlipMesh< Mesh >::triangles ( ) const
inlinenoexcept

◆ vertices()

template<typename Mesh >
Vertices CeresEngine::MeshGenerator::UvFlipMesh< Mesh >::vertices ( ) const
inlinenoexcept

Member Data Documentation

◆ mTransformMesh

template<typename Mesh >
Impl CeresEngine::MeshGenerator::UvFlipMesh< Mesh >::mTransformMesh
private

The documentation for this class was generated from the following file: