struct TFace

struct TFace
{
    //
fields

    float intensity;
    unsigned char nverts;
    int* verts;
};