Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include <mesh.h>
Public Attributes | |
glm::vec3 | Position |
glm::vec4 | Color |
glm::vec2 | UV |
float | TextureIndex |
Vertex struct.
glm::vec4 Vertex::Color |
glm::vec3 Vertex::Position |
float Vertex::TextureIndex |
glm::vec2 Vertex::UV |