Believed that format is modified from mdx and m2 of WoW, someone pls help me figure out their format
http://www.bibabibo.net/yishou.zip

Code: Select all
each tag:
char[4] tag
dword tagLength
<data>
Code: Select all
chks tag format:
char[4] tag //"chks"
dword tagLength
dword nVerts
dword nFaces
dword nMaterialIndex
struct Vert {
float X 3 pointXYZ
} Vert[nVerts]
struct Normal {
float X 3 pointXYZ
} Normal[nVerts]
struct UV {
float X 2 textureUV
} UV[nVerts]
struct BoneVert {
dword boneIndex
} BoneVert[nVerts]
struct Face {
word X 3 faceIndex
} Face [nFaces]
...
another tag
...

