Variable GenVertex.n

struct GenVertex
{
  // ...
  float[3] n ;
  // ...
}