Unravel Engine C++ Reference
|
#include <repeat_mesh.hpp>
Classes | |
class | triangles_t |
class | vertices_t |
Public Member Functions | |
repeat_mesh_t (mesh_t mesh, int instances, const gml::dvec3 &delta) noexcept | |
triangles_t | triangles () const noexcept |
vertices_t | vertices () const noexcept |
Repeats the same mesh a given number of time at given intervals.
Definition at line 15 of file repeat_mesh.hpp.
|
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. |
Definition at line 141 of file repeat_mesh.hpp.
|
inlinenoexcept |
Definition at line 149 of file repeat_mesh.hpp.
|
inlinenoexcept |
Definition at line 154 of file repeat_mesh.hpp.