]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexformat.h
Standard vertex components for tangent and binormal vectors
[libs/gl.git] / source / vertexformat.h
index 9be98160b0bb0d23ef62358d150aa6e670d254d2..4c343c99e60f2def0d13571213d71da5ddef132b 100644 (file)
@@ -18,6 +18,8 @@ enum VertexComponent
        COLOR4_UBYTE = 12,
        COLOR3_FLOAT = 14,
        COLOR4_FLOAT,
+       TANGENT3 = 18,
+       BINORMAL3 = 22,
        TEXCOORD1 = 32,
        TEXCOORD2,
        TEXCOORD3,