Represents information about a mesh. More...
#include <CommonTypes.hpp>
Public Member Functions | |
mesh_info_t ()=default | |
mesh_info_t (std::vector< coordinates_t > &coords, render_flag_t flag) | |
Public Attributes | |
size_t | vertex_amount = 0 |
render_flag_t | render_flag = RENDER_NONE |
std::vector< coordinates_t > | coordinates |
Represents information about a mesh.
This structure holds the number of vertices, rendering flags, and a vector of coordinates for a mesh.
|
default |
|
inline |
std::vector< coordinates_t > Ragot::mesh_info_t::coordinates |
render_flag_t Ragot::mesh_info_t::render_flag = RENDER_NONE |
size_t Ragot::mesh_info_t::vertex_amount = 0 |