yes its the .bin files, youd have to write your own exporter for 3ds max/whatever program you use
the file format is simple, something like
number of vertices
then
loop fthru each vertex with
3 float- vertex pos x,y,z
3 float- vertex normal x,y,z
2 float- vertex tex uv x,y