Variable WavefrontObj.normals

class WavefrontObj
{
  // ...
  gfm.math.vector.Vector!(float,3)[] normals ;
  // ...
}