Alias CubeGenerator.GV

struct CubeGenerator
{
  // ...
  alias GV = GenVertex!normals;
  // ...
}