X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fvertexarray.cpp;h=da868c7963f83a81efed4b08bdb10cb118cf7c80;hb=8fe8ab4d4a92520e24a248042c187a8d9778be1f;hp=712e76e6011c2ce8aec1e70668d4e8f0ec76f21b;hpb=68b74ce23dd20822b07d79dc25aa0a0a19ef27a5;p=libs%2Fgl.git diff --git a/source/core/vertexarray.cpp b/source/core/vertexarray.cpp index 712e76e6..da868c79 100644 --- a/source/core/vertexarray.cpp +++ b/source/core/vertexarray.cpp @@ -76,7 +76,16 @@ VertexArray::Loader::Loader(VertexArray &a): add("generic", static_cast(&Loader::generic)); add("tangent", static_cast(&Loader::tangent)); add("binormal", static_cast(&Loader::binormal)); + add("group", static_cast(&Loader::group)); + add("group", static_cast(&Loader::group)); + add("group", static_cast(&Loader::group)); + add("group", static_cast(&Loader::group)); + add("weight", static_cast(&Loader::weight)); + add("weight", static_cast(&Loader::weight)); + add("weight", static_cast(&Loader::weight)); + add("weight", static_cast(&Loader::weight)); + // Deprecated add("vertex2", static_cast(&Loader::vertex)); add("vertex3", static_cast(&Loader::vertex)); add("vertex4", static_cast(&Loader::vertex));