struct TVertex

struct TVertex
{
    //
fields

    float x {0};
    float y {0};
    float z {0};
    float r {0};
    float g {0};
    float b {0};
    float intensity {0};
};