num_patches | a 32-bit integer describing the number of patches in the file |
vnx, vny, vnz, n in {1,2,3} | 32-bit floating point values representing the x, y, and z coordinates of the nth vertex of a patch |
text_size_x, text_size_y | 32-bit integers representing the size of the texture for this patch |
vn_anchor_x, vn_anchor_y, n in {1,2,3} | 32-bit integers representing the anchor coordinates for each vertex on the texture for this patch |
pixel_n_r, pixel_n_g, pixel_n_b, n in {1,2,...} | 8-bit unsigned integers representing the red, green, and blue components for each pixel in the texture for this patch |