Hiho,
again i have some litle question

The thing is my english is not the best so im not sure if i understood the Wiki correct.
Im currently working on the p file and need to get the vertices.
The wiki says this "you have to add group.VerticesStartIndex to each vertex index".
does this means i have to add the group.VerticesStartIndex to each index i get from the polygon.VertexIndex?
Somthing like this
v1.x = vertices[groups[x].VerticesStartIndex + polygons[y].vi_1].x;
EDIT:
------------------------------------------------
Ok now its "half" working

Her face is just a hole

