Struct that represents a Vertex with a position vector(vec3), and a texture vector (vec2).
Vector containing the texture coordinates.
Vector containing the Vertex's coordinates (3D).
Creates a copy of the vertex.
See Implementation
Struct that represents a Vertex with a position vector(vec3), and a texture vector (vec2).