Hi I was wondering how weighted vertices are constructed.
So as per docs
first the number
of bones which influence the vertex, then for that many bones: bone index, bind
position X, bind position Y, weight
Its little bit unclear what bind position X and bind position Y stand for.
I have vertices array and weights array containing weights for each bone which has the same length as vertices.
Can you please suggest how required format should be achieved.
Thanks.