X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fvertexformat.h;h=c7a2fcf166ef28d468289891db3ca9a82ab31e9b;hp=0dbde9f9a9be825247a366cb2246fae612d8c1b3;hb=86721a55699193e63c76e8a0a7b0ced0416c1cce;hpb=e1d07383b29e8581230b50f45606192d1f21f5dd diff --git a/source/core/vertexformat.h b/source/core/vertexformat.h index 0dbde9f9..c7a2fcf1 100644 --- a/source/core/vertexformat.h +++ b/source/core/vertexformat.h @@ -26,20 +26,19 @@ enum VertexAttribute COLOR4_FLOAT, NORMAL3 = 18, TANGENT3 = 26, - BINORMAL3 = 34, - GROUP1 = 40, + GROUP1 = 32, GROUP2, GROUP3, GROUP4, - WEIGHT1 = 48, + WEIGHT1 = 40, WEIGHT2, WEIGHT3, WEIGHT4, - TEXCOORD1 = 56, + TEXCOORD1 = 48, TEXCOORD2, TEXCOORD3, TEXCOORD4, - GENERIC1 = 88, + GENERIC1 = 80, GENERIC2, GENERIC3, GENERIC4,