StevEngine
StevEngine is a customizable C++ game engine.
|
Single mesh data within a model. More...
#include <utilities/Model.hpp>
Public Member Functions | |
Mesh (std::vector< Vertex > vertices, std::vector< uint32_t > indices, Visuals::Material material) | |
Create mesh with material. | |
Public Attributes | |
std::vector< Vertex > | vertices |
Mesh vertices. | |
std::vector< uint32_t > | indices |
Vertex indices. | |
Visuals::Material | material |
Mesh material. | |
Single mesh data within a model.
|
inline |
Create mesh with material.
vertices | Vertex array |
indices | Index array |
material | Material data |