Kohi Game Engine
colour_vertex_3d Struct Reference

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...
 

Detailed Description

Represents a single vertex in 3D space with position and colour data only.

Field Documentation

◆ colour

vec4 colour

The colour of the vertex.

◆ position

vec4 position

The position of the vertex. w is ignored.


The documentation for this struct was generated from the following file: