CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
RepeatMesh.hpp File Reference
#include "MeshVertex.hpp"
#include "Triangle.hpp"
#include "Utility.hpp"

Go to the source code of this file.

Classes

class  CeresEngine::MeshGenerator::RepeatMesh< Mesh >
 Repeats the same mesh a given number of time at given intervals. More...
 
class  CeresEngine::MeshGenerator::RepeatMesh< Mesh >::Triangles
 
class  CeresEngine::MeshGenerator::RepeatMesh< Mesh >::Vertices
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::MeshGenerator
 

Functions

template<typename Mesh >
RepeatMesh< MeshCeresEngine::MeshGenerator::repeatMesh (Mesh mesh, int instances, const Vector3 &delta) noexcept