![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Represents a single vertex point. More...
#include <Vertex.hpp>
Collaboration diagram for galaxy::Vertex:Public Attributes | |
| glm::vec2 | m_pos |
| Position. | |
| glm::vec2 | m_texels |
| Texture coords (uv). | |
Represents a single vertex point.
Definition at line 22 of file Vertex.hpp.
| glm::vec2 galaxy::Vertex::m_pos |
Position.
Definition at line 27 of file Vertex.hpp.
| glm::vec2 galaxy::Vertex::m_texels |
Texture coords (uv).
Definition at line 32 of file Vertex.hpp.