struct TFace

Overview

struct TFace
{
    // fields

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