The meshes are all in binary format. The layout is:
nverts(int)
verts(float,float,float)
nfaces(int)
faces(int,int,int)
The first int store the number of verts
and is followed by the actual data in float triples.
Immediately after is the number of faces (int) and the
actual data (int triples), zero-based.