|
CeresEngine 0.2.0
A game development framework
|
Repeats the same mesh a given number of time at given intervals. More...
#include <CeresEngine/Mesh/Generator/RepeatMesh.hpp>
Classes | |
| class | Triangles |
| class | Vertices |
Public Member Functions | |
| RepeatMesh (Mesh mesh, const int instances, const Vector3 &delta) noexcept | |
| Triangles | triangles () const noexcept |
| Vertices | vertices () const noexcept |
Private Attributes | |
| Mesh | mMesh |
| int | mInstances |
| Vector3 | mDelta |
| int | mVertexCount |
Repeats the same mesh a given number of time at given intervals.
|
inlineexplicitnoexcept |
| mesh | The mesh to repeat. |
| instances | Number of times to repeat. If <1 an empty mesh results. |
| delta | An offset aplied to each copy. |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |
|
private |
|
private |