X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fvertexformat.h;h=4c343c99e60f2def0d13571213d71da5ddef132b;hp=9be98160b0bb0d23ef62358d150aa6e670d254d2;hb=8e9d872c2ba8dc633d29a673ba93adf38d262a5c;hpb=6e42e65cb070ef86ea748423a1c6e0a59a937958 diff --git a/source/vertexformat.h b/source/vertexformat.h index 9be98160..4c343c99 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -18,6 +18,8 @@ enum VertexComponent COLOR4_UBYTE = 12, COLOR3_FLOAT = 14, COLOR4_FLOAT, + TANGENT3 = 18, + BINORMAL3 = 22, TEXCOORD1 = 32, TEXCOORD2, TEXCOORD3,