Read MD5MESH to model?
Posted: Sun Feb 07, 2010 6:24 am
hi guys, long time no C, mostly Haskell and LISP(R5RS scheme actually).
at any ratio...
I've made a little MD5MESH loader(to a data structure for now), and I've been wondering how I should go about getting each vertex of the model in place:
A.) there are vertices and weights(I don't get what these are), they should go together somehow, but I'm not sure how really...
B.) there is probably a certain order in which the vertices should be drawn, is it that the one they are already ordered in the file as, or is there a special index for that?
here are the MD5MESH file specifications.
http://www.modwiki.net/wiki/MD5MESH_%28file_format%29
I might be missing something there...
Thankz for your helpz in advancez,
Adar.
at any ratio...
I've made a little MD5MESH loader(to a data structure for now), and I've been wondering how I should go about getting each vertex of the model in place:
A.) there are vertices and weights(I don't get what these are), they should go together somehow, but I'm not sure how really...
B.) there is probably a certain order in which the vertices should be drawn, is it that the one they are already ordered in the file as, or is there a special index for that?
here are the MD5MESH file specifications.
http://www.modwiki.net/wiki/MD5MESH_%28file_format%29
I might be missing something there...
Thankz for your helpz in advancez,
Adar.