TexturedVertex

Struct that represents a Vertex with a position vector(vec3), and a texture vector (vec2).

Constructors

this
this(vec3 position, vec2 texture)
Undocumented in source.

Members

Variables

texture
vec2 texture;

Vector containing the texture coordinates.

Inherited Members

From Vertex

position
vec3 position;

Vector containing the Vertex's coordinates (3D).

Meta