The files, valerie.top and valerie.st1, contain the data points and topology for half a face. "valerie.st1" contains a list of points suitable for use in Fred Parke's "fascia" program. It starts with the keyword, vertices, then two integers for the number of points recorded. Each line after that contains a vertex number and three numbers for that point's coordinates... ---valerie.st1------ vertices 154 154 1 336.000000 0.000000 520.465292 ; 2 310.000000 84.938016 523.861377 ; 3 268.000000 162.132958 518.035489 ; 4 386.000000 0.000000 389.630144 ; 5 369.000000 119.393545 401.784285 ; 6 -103.000000 376.301632 -655.392727 ; 7 309.000000 202.275968 407.123187 ; 8 237.000000 254.537236 398.593246 ; --------------------- "valerie.top" contains topological data which links the points from "valerie.st1" together. The first number is facial area (skin, lip or eyebrow), the next three are references to the data list. The bit after the decimal point is used for rendering, "one" for smoothing between polygons, "two" for a sharp edge. ---valerie.top------ polygons 264 1 1.1 2.1 4.1 0 1 2.1 5.1 4.1 0 1 2.1 3.1 5.1 0 1 3.1 7.1 5.1 0 --------------------