Kohi Game Engine
|
Represents a single vertex in 3D space with position and colour data only. More...
#include <math_types.h>
Data Fields | |
vec4 | position |
The position of the vertex. w is ignored. More... | |
vec4 | colour |
The colour of the vertex. More... | |
Represents a single vertex in 3D space with position and colour data only.
vec4 colour |
The colour of the vertex.
vec4 position |
The position of the vertex. w is ignored.