Variable VertexPosNormalColor.normal

Normal vector.

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