X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexformat.h;h=0dbde9f9a9be825247a366cb2246fae612d8c1b3;hp=93794c353cafcb24027253ac2491cf59ef6e731b;hb=e1d0738;hpb=f398c65c9e741ca4919a0770e096c15e8d33c1c2 diff --git a/source/core/vertexformat.h b/source/core/vertexformat.h index 93794c35..0dbde9f9 100644 --- a/source/core/vertexformat.h +++ b/source/core/vertexformat.h @@ -27,7 +27,14 @@ enum VertexAttribute NORMAL3 = 18, TANGENT3 = 26, BINORMAL3 = 34, - // Attributes 5 and 6 reserved for vertex groups and weights + GROUP1 = 40, + GROUP2, + GROUP3, + GROUP4, + WEIGHT1 = 48, + WEIGHT2, + WEIGHT3, + WEIGHT4, TEXCOORD1 = 56, TEXCOORD2, TEXCOORD3,