CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
AxisFlipMesh.hpp File Reference
#include "TransformMesh.hpp"
#include "Triangle.hpp"

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::AxisFlipMesh< Mesh >
 Flips (mirrors) the mesh along one or more axis. More...
 
class  CeresEngine::MeshGenerator::AxisFlipMesh< Mesh >::Triangles
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Mesh >
AxisFlipMesh< MeshCeresEngine::MeshGenerator::axisFlipMesh (Mesh mesh, bool x, bool y, bool z)