CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
TransformMesh.hpp File Reference

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::TransformMesh< Mesh >
 Apply a mutator function to each vertex. More...
 
class  CeresEngine::MeshGenerator::TransformMesh< Mesh >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Mesh >
TransformMesh< MeshCeresEngine::MeshGenerator::transformMesh (Mesh mesh, Function< void(MeshVertex &) const > mutate)