I need them to store OpenGL color values..
so i have vertex
Code: Select all
Structure mae_2dvertex
;GL_T2F_C4UB_V3F
uv.f[2]
color.b[4]
pos.f[3]
EndStructure
and i have troubles with colors

any ideas ?
Code: Select all
Structure mae_2dvertex
;GL_T2F_C4UB_V3F
uv.f[2]
color.b[4]
pos.f[3]
EndStructure