by ThomasL » Wed Sep 22, 2010 12:48 pm
Yes, the Faces section is gone. After the vertices you just copy the everything from the obj file, apart from the vertex coordinates. Thus, you need to export your proxy mesh as an obj file, locate the last line that starts with a v, and copy everything after that to the proxy file. Further, the form of the tags have changed to # lowercase.
For an example, look at the file ascottk.proxy in the data/templates folder. The structure should be like this:
# name ascottk
# verts
8057 8050 8049 0.53670 0.04714 0.41616
...
2320 0 1 1.00000 0.00000 0.00000
# objData
vt 0.136328 0.523632
...