I have all the details i need about a format.Details like Offset of Vertex data,normals,indices section,u-v offset,number of meshes,vertex count,face data info and all.
So what i want to do is to convert the meshes into the wavefront obj format.I know that i won't get much help.
So what should i do with the vertex and the normals data.How do i convert them into wavefront obj?
I know that normals can be auto generated by any 3d tool,but what i wanna know is how can i convert the vertex data in the model file and also the u-v data to wavefront obj,should i convert those to floats first?
Number of vertices per mesh is 160(A0 in hex)
So should the vertex data be split according to number of meshes in the model file?


