Variable Vertex.normal

struct Vertex
{
  // ...
  gfm.math.vector.Vector!(float,3) normal ;
  // ...
}